diff options
author | Paul Mundt | 2007-10-01 18:05:36 +0900 |
---|---|---|
committer | Paul Mundt | 2007-10-01 18:05:36 +0900 |
commit | 090495b54fabc88169aedebb2b3831a3b9ef174c (patch) | |
tree | 60ff94c7145946de74070f6fdb03dc8139907180 /arch/sh64/Kconfig.debug | |
parent | 137a84acae1235774a0c3f7a4073f49d1438f336 (diff) |
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>
Diffstat (limited to 'arch/sh64/Kconfig.debug')
-rw-r--r-- | arch/sh64/Kconfig.debug | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh64/Kconfig.debug b/arch/sh64/Kconfig.debug index 3d87acc97920..05c07c4e4ed6 100644 --- a/arch/sh64/Kconfig.debug +++ b/arch/sh64/Kconfig.debug @@ -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 |