diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-03-08 03:33:24 -0500 |
---|---|---|
committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:10:51 -0400 |
commit | fc31b80957a14a60513d953cc67a55519a2b09c7 (patch) | |
tree | 0ec4b686bc0f05dc26dd46c8f38866818775ca86 /arch/sh/Kconfig.debug | |
parent | fa5da2f7bdcf885efe65a37df13907c7d72296f6 (diff) |
sh: Rip out broken kgdb thread support.
The kgdb thread support is woefully out of date (it predates
the pidhash), and needs a complete rewrite before it's useful
again. Just rip it out entirely.
Updating the unified kgdb stub is a more worthwhile endeavour
for anyone that happens to be interested in this, at present
it's just limping along.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 6be2385c1ad2..931c620dbc24 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -104,10 +104,6 @@ config KGDB_NMI | |||
104 | bool "Enter KGDB on NMI" | 104 | bool "Enter KGDB on NMI" |
105 | default n | 105 | default n |
106 | 106 | ||
107 | config KGDB_THREAD | ||
108 | bool "Include KGDB thread support" | ||
109 | default y | ||
110 | |||
111 | config SH_KGDB_CONSOLE | 107 | config SH_KGDB_CONSOLE |
112 | bool "Console messages through GDB" | 108 | bool "Console messages through GDB" |
113 | depends on !SERIAL_SH_SCI_CONSOLE | 109 | depends on !SERIAL_SH_SCI_CONSOLE |