page alloc wrapper: Fix get_pfnblock_flags_mask prototype
[lttng-modules.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 6b4ad68308c1cb3735765e91bbafb51163bb4a54..abaa41200e82c79e20cf586fe1e706dd6ed8dacd 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,9 @@
+# SPDX-License-Identifier: (GPL-2.0 or LGPL-2.1)
+
 config LTTNG
        tristate "LTTng support"
-       depends on TRACEPOINTS
+       default m
+       select TRACING
        help
          LTTng is an open source tracing framework for Linux.
 
@@ -10,3 +13,16 @@ config LTTNG
          the Linux kernel image, choose Y.
 
          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/tests/Kconfig"
This page took 0.022845 seconds and 4 git commands to generate.