From: Thomas Schlichter that patch sets DEBUG_INFO to y by default, even if whether DEBUG_KERNEL nor KGDB is enabled. The attached patch changes this to enable DEBUG_INFO by default only if KGDB is enabled. 25-akpm/arch/i386/Kconfig | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/Kconfig~kgdb-fix-debug-info arch/i386/Kconfig --- 25/arch/i386/Kconfig~kgdb-fix-debug-info Thu Oct 9 01:44:03 2003 +++ 25-akpm/arch/i386/Kconfig Thu Oct 9 01:44:03 2003 @@ -1277,6 +1277,7 @@ config KGDB_IRQ config DEBUG_INFO bool + depends on KGDB default y config KGDB_MORE _