X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=blobdiff_plain;f=Kconfig;h=5eb257644239f7f46465b420e445b9fdb802ebd9;hp=9ed539eb8a9cd52e71dbcc7bbbc3184872a539e4;hb=7299e758b109db074589f7879ae631b27c25dc05;hpb=f59ec0bee6032a26808d4bddaafb1d6f3e081725 diff --git a/Kconfig b/Kconfig index 9ed539eb..5eb25764 100644 --- a/Kconfig +++ b/Kconfig @@ -1,11 +1,14 @@ config LTTNG tristate "LTTng support" - depends on TRACEPOINTS + select TRACEPOINTS 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"