Add defaults to Kconfig options
[lttng-modules.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 5eb257644239f7f46465b420e445b9fdb802ebd9..0ea350923a967b9d0667774cc25453bf0264848b 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"
-       select TRACEPOINTS
+       default m
+       select TRACING
        help
          LTTng is an open source tracing framework for Linux.
 
This page took 0.023208 seconds and 4 git commands to generate.