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>

authored by David Howells and committed by Linus Torvalds 95929eff d6f74be0

+1 -1
+1 -1
arch/mn10300/Kconfig.debug
··· 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.