Implement capturing payload on event notifier
[lttng-modules.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 6b4ad68308c1cb3735765e91bbafb51163bb4a54..85946faff8be4f0c1045a159856e6378abe2daa8 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,6 +1,8 @@
+# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+
 config LTTNG
        tristate "LTTng support"
-       depends on TRACEPOINTS
+       select TRACING
        help
          LTTng is an open source tracing framework for Linux.
 
@@ -10,3 +12,5 @@ config LTTNG
          the Linux kernel image, choose Y.
 
          If unsure, say N.
+
+source "lttng/tests/Kconfig"
This page took 0.022836 seconds and 4 git commands to generate.