X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=Kconfig;h=85946faff8be4f0c1045a159856e6378abe2daa8;hb=7ab8c61663d23386a58fb2f36ab8e22d1c0b1efd;hp=9ed539eb8a9cd52e71dbcc7bbbc3184872a539e4;hpb=f59ec0bee6032a26808d4bddaafb1d6f3e081725;p=deliverable%2Flttng-modules.git diff --git a/Kconfig b/Kconfig index 9ed539eb..85946faf 100644 --- a/Kconfig +++ b/Kconfig @@ -1,11 +1,16 @@ +# SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) + config LTTNG tristate "LTTng support" - depends on TRACEPOINTS + 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"