diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 79afd00bbe5f9bda464f0a73dd7f1811cdf79f50..bdbf3fe14de6fa2954e12267a2b8adc731b1edb0 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -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.