Skip to content

Commit

Permalink
MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TT…
Browse files Browse the repository at this point in the history
…YSM0

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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
dhowells authored and torvalds committed Sep 27, 2010
1 parent d6f74be commit 95929ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mn10300/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 95929ef

Please sign in to comment.