diff options
author | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-06-12 17:03:00 +0000 |
---|---|---|
committer | Ulf Carlsson <md1ulfc@mdstud.chalmers.se> | 1999-06-12 17:03:00 +0000 |
commit | 8cec0c327e337a39a577736993d30d91a9566453 (patch) | |
tree | 2e6acbe0dec2dc4908ac00db5fcb63bfd9870eb0 /arch/mips | |
parent | b61a0946e6223fd330f45aaf9d4f2e6d9bc83adb (diff) |
You can't remote debug without a serial support
Diffstat (limited to 'arch/mips')
-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 |