aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2008-12-17 01:36:50 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-12-22 04:44:47 -0500
commitfe58cac35f48a9598c2a1360c2204c73f7bca2d2 (patch)
tree659b7d82d4d19c5ff8b2a84c232e6d5127c03054 /arch/sh
parent740a3e677b70181d5e2b1458a27891209e3bf635 (diff)
sh: Kill off the unused SH_ALPHANUMERIC debug option.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig.debug10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug
index eef2fa940ce0..0dc340d5795e 100644
--- a/arch/sh/Kconfig.debug
+++ b/arch/sh/Kconfig.debug
@@ -121,22 +121,16 @@ config COMPILE_OPTIONS
121 string "Additional compile arguments" 121 string "Additional compile arguments"
122 depends on MORE_COMPILE_OPTIONS 122 depends on MORE_COMPILE_OPTIONS
123 123
124if SUPERH64
125
126config SH64_SR_WATCH 124config SH64_SR_WATCH
127 bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" 125 bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
126 depends on SUPERH64
128 127
129config POOR_MANS_STRACE 128config POOR_MANS_STRACE
130 bool "Debug: enable rudimentary strace facility" 129 bool "Debug: enable rudimentary strace facility"
130 depends on SUPERH64
131 help 131 help
132 This option allows system calls to be traced to the console. It also 132 This option allows system calls to be traced to the console. It also
133 aids in detecting kernel stack underflow. It is useful for debugging 133 aids in detecting kernel stack underflow. It is useful for debugging
134 early-userland problems (e.g. init incurring fatal exceptions.) 134 early-userland problems (e.g. init incurring fatal exceptions.)
135 135
136config SH_ALPHANUMERIC
137 bool "Enable debug outputs to on-board alphanumeric display"
138 depends on SH_CAYMAN
139
140endif
141
142endmenu 136endmenu