fix: remove 'src/' from modules install path
[lttng-modules.git] / src / Kconfig
diff --git a/src/Kconfig b/src/Kconfig
new file mode 100644 (file)
index 0000000..85946fa
--- /dev/null
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only)
+
+config LTTNG
+       tristate "LTTng support"
+       select TRACING
+       help
+         LTTng is an open source tracing framework for Linux.
+
+         See https://lttng.org/
+
+         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.024072 seconds and 4 git commands to generate.