diff options
Diffstat (limited to 'arch/sh/Kconfig.debug')
-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 |