[PATCH] kallsyms: clarify KALLSYMS_ALL help text
authorJesper Juhl <jesper.juhl@gmail.com>
Wed, 20 Jul 2005 03:43:05 +0000 (05:43 +0200)
committerSam Ravnborg <sam@mars.(none)>
Tue, 26 Jul 2005 10:16:12 +0000 (10:16 +0000)
Clarify the KALLSYMS_ALL help text slightly.

Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
init/Kconfig

index 75755ef..abaaa77 100644 (file)
@@ -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.