X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2FKconfig;h=a2a7b8f1e925e184efbb289dd2bb66a273f9804e;hb=e8d2f286b5b208ac8870d0a9c167b170e96169b3;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"