Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 95929eff authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent d6f74be0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.