diff options
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 79afd00bbe5f..bdbf3fe14de6 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -333,6 +333,9 @@ config DEBUG_INFO | |||
333 | help | 333 | help |
334 | If you say Y here the resulting kernel image will include | 334 | If you say Y here the resulting kernel image will include |
335 | debugging info resulting in a larger kernel image. | 335 | debugging info resulting in a larger kernel image. |
336 | This adds debug symbols to the kernel and modules (gcc -g), and | ||
337 | is needed if you intend to use kernel crashdump or binary object | ||
338 | tools like crash, kgdb, LKCD, gdb, etc on the kernel. | ||
336 | Say Y here only if you plan to debug the kernel. | 339 | Say Y here only if you plan to debug the kernel. |
337 | 340 | ||
338 | If unsure, say N. | 341 | If unsure, say N. |