X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2FKconfig;h=a2a7b8f1e925e184efbb289dd2bb66a273f9804e;hb=38b35aff751ce57c2c0d889c6706007aadacd993;hp=e42e25e685275afc859bfacb5eb9a3ee4ba1da27;hpb=57239593796b186e3435720ae72becc11496e8f0;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"