diff -Nru linux/arch/mips/Kconfig-shared.orig linux/arch/mips/Kconfig-shared --- linux/arch/mips/Kconfig-shared.orig Thu Feb 13 11:37:29 2003 +++ linux/arch/mips/Kconfig-shared Thu Feb 13 12:26:08 2003 @@ -1547,7 +1547,7 @@ config REMOTE_DEBUG bool "Remote GDB kernel debugging" - depends on DEBUG_KERNEL && (AU1000_UART || ZS=y) + depends on DEBUG_KERNEL help If you say Y here, it will be possible to remotely debug the MIPS kernel using gdb. This enlarges your kernel image disk size by @@ -1566,6 +1566,12 @@ config DEBUG bool "Enable run-time debugging" depends on DEBUG_KERNEL + help + If you say Y here, some debugging macros will do run-time checking. + If you say N here, those macros will mostly turn to no-ops. For + MIPS boards only. See include/asm-mips/debug.h for debuging macros. + If unsure, say N. + config MAGIC_SYSRQ bool "Magic SysRq key"