Commit 95929eff2cb01e9858779283795f4e3943ee020d

Authored by David Howells
Committed by Linus Torvalds
1 parent d6f74be08d

MN10300: Default config choice GDBSTUB_TTYSM0 should be GDBSTUB_ON_TTYSM0

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@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

arch/mn10300/Kconfig.debug
... ... @@ -101,7 +101,7 @@
101 101  
102 102 choice
103 103 prompt "GDB stub port"
104   - default GDBSTUB_TTYSM0
  104 + default GDBSTUB_ON_TTYSM0
105 105 depends on GDBSTUB
106 106 help
107 107 Select the serial port used for GDB-stub.