Skip to content

Commit fe58cac

Browse files
committed
sh: Kill off the unused SH_ALPHANUMERIC debug option.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
1 parent 740a3e6 commit fe58cac

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

arch/sh/Kconfig.debug

+2-8
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,16 @@ config COMPILE_OPTIONS
121121
string "Additional compile arguments"
122122
depends on MORE_COMPILE_OPTIONS
123123

124-
if SUPERH64
125-
126124
config SH64_SR_WATCH
127125
bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
126+
depends on SUPERH64
128127

129128
config POOR_MANS_STRACE
130129
bool "Debug: enable rudimentary strace facility"
130+
depends on SUPERH64
131131
help
132132
This option allows system calls to be traced to the console. It also
133133
aids in detecting kernel stack underflow. It is useful for debugging
134134
early-userland problems (e.g. init incurring fatal exceptions.)
135135

136-
config SH_ALPHANUMERIC
137-
bool "Enable debug outputs to on-board alphanumeric display"
138-
depends on SH_CAYMAN
139-
140-
endif
141-
142136
endmenu

0 commit comments

Comments
 (0)