diff --git a/[refs] b/[refs] index 534e66249bf3..eb492ccaff85 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c53aeca059c4d2108335810fba6ba89ab6a944dd +refs/heads/master: b72e53f8bbbec8421316220291d8a8002a5562ba diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 79afd00bbe5f..bdbf3fe14de6 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/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.