File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -121,22 +121,16 @@ config COMPILE_OPTIONS
121
121
string "Additional compile arguments"
122
122
depends on MORE_COMPILE_OPTIONS
123
123
124
- if SUPERH64
125
-
126
124
config SH64_SR_WATCH
127
125
bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
126
+ depends on SUPERH64
128
127
129
128
config POOR_MANS_STRACE
130
129
bool "Debug: enable rudimentary strace facility"
130
+ depends on SUPERH64
131
131
help
132
132
This option allows system calls to be traced to the console. It also
133
133
aids in detecting kernel stack underflow. It is useful for debugging
134
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
136
endmenu
You can’t perform that action at this time.
0 commit comments