From 45ba17e2a53381fe3f9b67c4724347354b2bd748 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 18 Dec 2015 16:44:05 -0500 Subject: [PATCH] Kconfig: describe both module and in-kernel compilation options Signed-off-by: Mathieu Desnoyers --- Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.34.1