aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorJesper Juhl <jesper.juhl@gmail.com>2005-07-19 23:43:05 -0400
committerSam Ravnborg <sam@mars.(none)>2005-07-26 06:16:12 -0400
commitf9f97bc014d7402cd2d135e20bcd25dfec93257b (patch)
treef78726abcf94875f498593ef1e4cab76d5b6b32b /init
parent2315c6e42278152360470124ce903ecb8c97270a (diff)
[PATCH] kallsyms: clarify KALLSYMS_ALL help text
Clarify the KALLSYMS_ALL help text slightly. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 75755ef50c89..abaaa7748dd1 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -260,8 +260,8 @@ config KALLSYMS_ALL
260 help 260 help
261 Normally kallsyms only contains the symbols of functions, for nicer 261 Normally kallsyms only contains the symbols of functions, for nicer
262 OOPS messages. Some debuggers can use kallsyms for other 262 OOPS messages. Some debuggers can use kallsyms for other
263 symbols too: say Y here to include all symbols, and you 263 symbols too: say Y here to include all symbols, if you need them
264 don't care about adding 300k to the size of your kernel. 264 and you don't care about adding 300k to the size of your kernel.
265 265
266 Say N. 266 Say N.
267 267