X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Kconfig;h=66467f1588eb06123cdd9ea499718bce32713e1f;hb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;hp=6b4ad68308c1cb3735765e91bbafb51163bb4a54;hpb=45ba17e2a53381fe3f9b67c4724347354b2bd748;p=lttng-modules.git diff --git a/Kconfig b/Kconfig index 6b4ad683..66467f15 100644 --- 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 TRACEPOINTS 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"