Add experimental bitwise enum config option
[lttng-modules.git] / src / Kconfig
index e42e25e685275afc859bfacb5eb9a3ee4ba1da27..a2a7b8f1e925e184efbb289dd2bb66a273f9804e 100644 (file)
@@ -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"
This page took 0.026553 seconds and 4 git commands to generate.