MN10300: Deprecate gdbstub

Deprecate the MN10300 arch's gdbstub in favour of KGDB, which is more capable
in some areas (such as SMP) and almost as capable in others (it's I/O is not as
decoupled and it can't start as early). gdbstub will be removed in a later
version when we're satisfied with KGDB's working.

Signed-off-by: David Howells <dhowells@redhat.com>

+4 -1
+4 -1
arch/mn10300/Kconfig.debug
··· 36 36 37 37 config GDBSTUB 38 38 bool "Remote GDB kernel debugging" 39 - depends on DEBUG_KERNEL 39 + depends on DEBUG_KERNEL && DEPRECATED 40 40 select DEBUG_INFO 41 41 select FRAME_POINTER 42 42 help ··· 45 45 megabytes and requires a machine with more than 16 MB, better 32 MB 46 46 RAM to avoid excessive linking time. This is only useful for kernel 47 47 hackers. If unsure, say N. 48 + 49 + This is deprecated in favour of KGDB and will be removed in a later 50 + version. 48 51 49 52 config GDBSTUB_IMMEDIATE 50 53 bool "Break into GDB stub immediately"