Skip to content

Commit

Permalink
kconfig.debug: clarify CONFIG_DEBUG_INFO help text
Browse files Browse the repository at this point in the history
The following patch adds some extra clarification to the CONFIG_DEBUG_INFO
Kconfig help text.  The current text is mostly a recursive definition and
doesn't really say much of anything.  When I first read this I thought it
was going to enable extra verbosity in debug messages or something, but it
is only enabling the "gcc -g" compile option in the Makefile.

Signed-off-by: Andreas Dilger <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
Andreas Dilger authored and sravnborg committed May 2, 2007
1 parent c53aeca commit b72e53f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ config DEBUG_INFO
help
If you say Y here the resulting kernel image will include
debugging info resulting in a larger kernel image.
This adds debug symbols to the kernel and modules (gcc -g), and
is needed if you intend to use kernel crashdump or binary object
tools like crash, kgdb, LKCD, gdb, etc on the kernel.
Say Y here only if you plan to debug the kernel.

If unsure, say N.
Expand Down

0 comments on commit b72e53f

Please sign in to comment.