diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-17 01:36:50 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:44:47 -0500 |
commit | fe58cac35f48a9598c2a1360c2204c73f7bca2d2 (patch) | |
tree | 659b7d82d4d19c5ff8b2a84c232e6d5127c03054 /arch/sh | |
parent | 740a3e677b70181d5e2b1458a27891209e3bf635 (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.debug | 10 |
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 | ||
124 | if SUPERH64 | ||
125 | |||
126 | config SH64_SR_WATCH | 124 | config 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 | ||
129 | config POOR_MANS_STRACE | 128 | config 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 | ||
136 | config SH_ALPHANUMERIC | ||
137 | bool "Enable debug outputs to on-board alphanumeric display" | ||
138 | depends on SH_CAYMAN | ||
139 | |||
140 | endif | ||
141 | |||
142 | endmenu | 136 | endmenu |