Add defaults to Kconfig options
[lttng-modules.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9ed539eb8a9cd52e71dbcc7bbbc3184872a539e4..0ea350923a967b9d0667774cc25453bf0264848b 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -1,11 +1,17 @@
+# 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.
 
          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.023015 seconds and 4 git commands to generate.