aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-10-01 18:05:36 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-10-01 18:05:36 +0900
commit090495b54fabc88169aedebb2b3831a3b9ef174c (patch)
tree60ff94c7145946de74070f6fdb03dc8139907180
parentsh64: alphanumeric display only on Cayman. (diff)
downloadlinux-dev-090495b54fabc88169aedebb2b3831a3b9ef174c.tar.xz
linux-dev-090495b54fabc88169aedebb2b3831a3b9ef174c.zip
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>
-rw-r--r--arch/sh64/Kconfig.debug3
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