fix: mm: move kvmalloc-related functions to slab.h (v5.16)
[lttng-modules.git] / src / Kconfig
index 85946faff8be4f0c1045a159856e6378abe2daa8..a2a7b8f1e925e184efbb289dd2bb66a273f9804e 100644 (file)
@@ -2,6 +2,7 @@
 
 config LTTNG
        tristate "LTTng support"
+       default m
        select TRACING
        help
          LTTng is an open source tracing framework for Linux.
@@ -13,4 +14,15 @@ config LTTNG
 
          If unsure, say N.
 
-source "lttng/tests/Kconfig"
+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.024775 seconds and 4 git commands to generate.