[PATCH] MN10300: Default config choice GDBSTUB_TTYSM0 should beGDBSTUB_ON_TTYSM0

From: David Howells
Date: Mon Sep 27 2010 - 08:12:53 EST


The configuration choice for the port on which the GDB stub listens has a
default of GDBSTUB_TTYSM0, but this should be GDBSTUB_ON_TTYSM0 to match the
option.

Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
---

arch/mn10300/Kconfig.debug | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/arch/mn10300/Kconfig.debug b/arch/mn10300/Kconfig.debug
index ff80e86..ce83c74 100644
--- a/arch/mn10300/Kconfig.debug
+++ b/arch/mn10300/Kconfig.debug
@@ -101,7 +101,7 @@ config GDBSTUB_DEBUG_BREAKPOINT

choice
prompt "GDB stub port"
- default GDBSTUB_TTYSM0
+ default GDBSTUB_ON_TTYSM0
depends on GDBSTUB
help
Select the serial port used for GDB-stub.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/