sh64: Kill off dead gdb stub symbol.
There's no supported GDB stub in the kernel, kill off the dead config option for it. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
137a84acae
commit
090495b54f
|
@ -5,9 +5,6 @@ source "lib/Kconfig.debug"
|
|||
config EARLY_PRINTK
|
||||
bool "Early SCIF console support"
|
||||
|
||||
config DEBUG_KERNEL_WITH_GDB_STUB
|
||||
bool "GDB Stub kernel debug"
|
||||
|
||||
config SH64_PROC_TLB
|
||||
bool "Debug: report TLB fill/purge activity through /proc/tlb"
|
||||
depends on PROC_FS
|
||||
|
|
Loading…
Reference in New Issue