From: Jesper Juhl Date: Wed, 20 Jul 2005 03:43:05 +0000 (+0200) Subject: [PATCH] kallsyms: clarify KALLSYMS_ALL help text X-Git-Tag: v2.6.14-rc1~750^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9f97bc014d7402cd2d135e20bcd25dfec93257b;p=platform%2Fkernel%2Flinux-exynos.git [PATCH] kallsyms: clarify KALLSYMS_ALL help text Clarify the KALLSYMS_ALL help text slightly. Signed-off-by: Jesper Juhl --- diff --git a/init/Kconfig b/init/Kconfig index 75755ef..abaaa77 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -260,8 +260,8 @@ config KALLSYMS_ALL help Normally kallsyms only contains the symbols of functions, for nicer OOPS messages. Some debuggers can use kallsyms for other - symbols too: say Y here to include all symbols, and you - don't care about adding 300k to the size of your kernel. + symbols too: say Y here to include all symbols, if you need them + and you don't care about adding 300k to the size of your kernel. Say N.