callstack context: use delimiter when stack is incomplete
[lttng-modules.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9ed539eb8a9cd52e71dbcc7bbbc3184872a539e4..5eb257644239f7f46465b420e445b9fdb802ebd9 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,11 +1,14 @@
 config LTTNG
        tristate "LTTng support"
-       depends on TRACEPOINTS
+       select TRACEPOINTS
        help
          LTTng is an open source tracing framework for Linux.
 
          See https://lttng.org/
 
-         To compile as a module, choose M here.
+         To compile as a set of modules, choose M here. To compile into
+         the Linux kernel image, choose Y.
 
          If unsure, say N.
+
+source "lttng/tests/Kconfig"
This page took 0.022899 seconds and 4 git commands to generate.