hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/sh/Kconfig.debug
....@@ -5,7 +5,6 @@
55
66 config SH_STANDARD_BIOS
77 bool "Use LinuxSH standard BIOS"
8
- depends on SUPERH32
98 help
109 Say Y here if your target has the gdb-sh-stub
1110 package from www.m17n.org (or any conforming standard LinuxSH BIOS)
....@@ -19,7 +18,7 @@
1918
2019 config STACK_DEBUG
2120 bool "Check for stack overflows"
22
- depends on DEBUG_KERNEL && SUPERH32
21
+ depends on DEBUG_KERNEL && PRINTK
2322 help
2423 This option will cause messages to be printed if free stack space
2524 drops below a certain limit. Saying Y here will add overhead to
....@@ -38,7 +37,7 @@
3837
3938 config IRQSTACKS
4039 bool "Use separate kernel stacks when processing interrupts"
41
- depends on DEBUG_KERNEL && SUPERH32 && BROKEN
40
+ depends on DEBUG_KERNEL && BROKEN
4241 help
4342 If you say Y here the kernel will use separate kernel stacks
4443 for handling hard and soft interrupts. This can help avoid
....@@ -46,7 +45,7 @@
4645
4746 config DUMP_CODE
4847 bool "Show disassembly of nearby code in register dumps"
49
- depends on DEBUG_KERNEL && SUPERH32
48
+ depends on DEBUG_KERNEL
5049 default y if DEBUG_BUGVERBOSE
5150 default n
5251 help
....@@ -60,7 +59,6 @@
6059 bool "Enable the DWARF unwinder for stacktraces"
6160 depends on DEBUG_KERNEL
6261 select FRAME_POINTER
63
- depends on SUPERH32
6462 default n
6563 help
6664 Enabling this option will make stacktraces more accurate, at
....@@ -78,11 +76,6 @@
7876 For all other cases, say N. If this option seems perplexing, or
7977 you aren't sure, say N.
8078
81
-config SH64_SR_WATCH
82
- bool "Debug: set SR.WATCH to enable hardware watchpoints and trace"
83
- depends on SUPERH64
84
-
8579 config MCOUNT
8680 def_bool y
87
- depends on SUPERH32
8881 depends on STACK_DEBUG || FUNCTION_TRACER