diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in index e979d603b..b1a6310b6 100644 --- a/arch/mips/config.in +++ b/arch/mips/config.in @@ -247,7 +247,6 @@ else fi bool ' Support for console on serial port' CONFIG_SERIAL_CONSOLE fi - bool 'PROM Console Support' CONFIG_PROM_CONSOLE bool 'Unix98 PTY support' CONFIG_UNIX98_PTYS if [ "$CONFIG_UNIX98_PTYS" = "y" ]; then int 'Maximum number of Unix98 PTYs in use (0-2048)' CONFIG_UNIX98_PTY_COUNT 256 @@ -301,6 +300,8 @@ bool 'Are you using a crosscompiler' CONFIG_CROSSCOMPILE if [ "$CONFIG_MODULES" = "y" ]; then bool ' Build fp execption handler module' CONFIG_MIPS_FPE_MODULE fi -bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG +if [ "$CONFIG_SERIAL" = "y" ]; then + bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG +fi bool 'Magic SysRq key' CONFIG_MAGIC_SYSRQ endmenu |