diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 05:05:36 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-10-01 05:05:36 -0400 |
commit | 090495b54fabc88169aedebb2b3831a3b9ef174c (patch) | |
tree | 60ff94c7145946de74070f6fdb03dc8139907180 /arch | |
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')
-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" | |||
5 | config EARLY_PRINTK | 5 | config EARLY_PRINTK |
6 | bool "Early SCIF console support" | 6 | bool "Early SCIF console support" |
7 | 7 | ||
8 | config DEBUG_KERNEL_WITH_GDB_STUB | ||
9 | bool "GDB Stub kernel debug" | ||
10 | |||
11 | config SH64_PROC_TLB | 8 | config SH64_PROC_TLB |
12 | bool "Debug: report TLB fill/purge activity through /proc/tlb" | 9 | bool "Debug: report TLB fill/purge activity through /proc/tlb" |
13 | depends on PROC_FS | 10 | depends on PROC_FS |