summaryrefslogtreecommitdiffstats
path: root/arch/mips/config.in
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2001-06-11 11:48:58 +0000
committerRalf Baechle <ralf@linux-mips.org>2001-06-11 11:48:58 +0000
commite7a2b839cb0075e1dcf6328a8afb507956e6ef9a (patch)
tree9c8552bad3ba1efcaf85190e156d93f94278888e /arch/mips/config.in
parent27800b73f664481a542f23375069361c799dbbdd (diff)
Support for GDB console for the Ocelot.
Diffstat (limited to 'arch/mips/config.in')
-rw-r--r--arch/mips/config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/config.in b/arch/mips/config.in
index 186d36346..e9a077e3b 100644
--- a/arch/mips/config.in
+++ b/arch/mips/config.in
@@ -492,6 +492,7 @@ if [ "$CONFIG_MODULES" = "y" ]; then
fi
if [ "$CONFIG_SERIAL" = "y" -o "$CONFIG_AU1000_UART" = "y" ]; then
bool 'Remote GDB kernel debugging' CONFIG_REMOTE_DEBUG
+ dep_bool 'Console output to GDB' CONFIG_GDB_CONSOLE $CONFIG_REMOTE_DEBUG
fi
if [ "$CONFIG_SERIAL" = "y" ]; then
bool 'Low-level debugging' CONFIG_LL_DEBUG