Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9f97bc0 authored by Jesper Juhl's avatar Jesper Juhl Committed by Sam Ravnborg
Browse files

[PATCH] kallsyms: clarify KALLSYMS_ALL help text



Clarify the KALLSYMS_ALL help text slightly.

Signed-off-by: default avatarJesper Juhl <jesper.juhl@gmail.com>
parent 2315c6e4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.