From: Mathieu Desnoyers Date: Fri, 18 Dec 2015 21:44:05 +0000 (-0500) Subject: Kconfig: describe both module and in-kernel compilation options X-Git-Tag: v2.8.0-rc1~47 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=45ba17e2a53381fe3f9b67c4724347354b2bd748 Kconfig: describe both module and in-kernel compilation options Signed-off-by: Mathieu Desnoyers --- diff --git a/Kconfig b/Kconfig index 9ed539eb..6b4ad683 100644 --- a/Kconfig +++ b/Kconfig @@ -6,6 +6,7 @@ config LTTNG 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.