diff -urN RC13-git3-CHECKFLAGS/arch/ppc/Kconfig.debug RC13-git3-disable-DI/arch/ppc/Kconfig.debug --- RC13-git3-CHECKFLAGS/arch/ppc/Kconfig.debug 2005-08-10 10:37:46.000000000 -0400 +++ RC13-git3-disable-DI/arch/ppc/Kconfig.debug 2005-09-04 08:52:20.000000000 -0400 @@ -4,7 +4,7 @@ config KGDB bool "Include kgdb kernel debugger" - depends on DEBUG_KERNEL && (BROKEN || PPC_GEN550 || 4xx) + depends on DEBUG_KERNEL && (BROKEN || PPC_GEN550 || 4xx) && DISABLED select DEBUG_INFO help Include in-kernel hooks for kgdb, the Linux kernel source level diff -urN RC13-git3-CHECKFLAGS/arch/um/Kconfig.debug RC13-git3-disable-DI/arch/um/Kconfig.debug --- RC13-git3-CHECKFLAGS/arch/um/Kconfig.debug 2005-06-17 15:48:29.000000000 -0400 +++ RC13-git3-disable-DI/arch/um/Kconfig.debug 2005-09-04 08:52:20.000000000 -0400 @@ -25,7 +25,7 @@ config GCOV bool "Enable gcov support" - depends on DEBUG_INFO && MODE_SKAS + depends on DEBUG_INFO && MODE_SKAS && DISABLED help This option allows developers to retrieve coverage data from a UML session. diff -urN RC13-git3-CHECKFLAGS/lib/Kconfig.debug RC13-git3-disable-DI/lib/Kconfig.debug --- RC13-git3-CHECKFLAGS/lib/Kconfig.debug 2005-08-10 10:37:54.000000000 -0400 +++ RC13-git3-disable-DI/lib/Kconfig.debug 2005-09-04 08:52:20.000000000 -0400 @@ -118,7 +118,7 @@ config DEBUG_INFO bool "Compile the kernel with debug info" - depends on DEBUG_KERNEL + depends on DEBUG_KERNEL && DISABLED help If you say Y here the resulting kernel image will include debugging info resulting in a larger kernel image.