Index: arch/mips/Kconfig-shared =================================================================== RCS file: /home/cvs/linux/arch/mips/Kconfig-shared,v retrieving revision 1.16 diff -u -r1.16 Kconfig-shared --- arch/mips/Kconfig-shared 7 Feb 2003 22:02:33 -0000 1.16 +++ arch/mips/Kconfig-shared 14 Feb 2003 18:42:30 -0000 @@ -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"