X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2FKconfig;h=a2a7b8f1e925e184efbb289dd2bb66a273f9804e;hb=c1551e578e84be1c2b51f3ec6da25845277f9037;hp=e42e25e685275afc859bfacb5eb9a3ee4ba1da27;hpb=9e9905bf0c055090b891868dfc0ec5910f7d1a1e;p=lttng-modules.git diff --git a/src/Kconfig b/src/Kconfig index e42e25e6..a2a7b8f1 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -14,4 +14,15 @@ config LTTNG If unsure, say N. +config LTTNG_EXPERIMENTAL_BITWISE_ENUM + bool "LTTng experimental bitwise enum support" + default n + depends on LTTNG + help + Enable experimental bitwise enumerations. The traces produced with + this option enabled will generate warnings when read by trace + viewers with default options. + + If unsure, say N. + source "lttng/src/tests/Kconfig"