| .. | .. |
|---|
| 5 | 5 | |
|---|
| 6 | 6 | config SH_STANDARD_BIOS |
|---|
| 7 | 7 | bool "Use LinuxSH standard BIOS" |
|---|
| 8 | | - depends on SUPERH32 |
|---|
| 9 | 8 | help |
|---|
| 10 | 9 | Say Y here if your target has the gdb-sh-stub |
|---|
| 11 | 10 | package from www.m17n.org (or any conforming standard LinuxSH BIOS) |
|---|
| .. | .. |
|---|
| 19 | 18 | |
|---|
| 20 | 19 | config STACK_DEBUG |
|---|
| 21 | 20 | bool "Check for stack overflows" |
|---|
| 22 | | - depends on DEBUG_KERNEL && SUPERH32 |
|---|
| 21 | + depends on DEBUG_KERNEL |
|---|
| 23 | 22 | help |
|---|
| 24 | 23 | This option will cause messages to be printed if free stack space |
|---|
| 25 | 24 | drops below a certain limit. Saying Y here will add overhead to |
|---|
| .. | .. |
|---|
| 38 | 37 | |
|---|
| 39 | 38 | config IRQSTACKS |
|---|
| 40 | 39 | bool "Use separate kernel stacks when processing interrupts" |
|---|
| 41 | | - depends on DEBUG_KERNEL && SUPERH32 && BROKEN |
|---|
| 40 | + depends on DEBUG_KERNEL && BROKEN |
|---|
| 42 | 41 | help |
|---|
| 43 | 42 | If you say Y here the kernel will use separate kernel stacks |
|---|
| 44 | 43 | for handling hard and soft interrupts. This can help avoid |
|---|
| .. | .. |
|---|
| 46 | 45 | |
|---|
| 47 | 46 | config DUMP_CODE |
|---|
| 48 | 47 | bool "Show disassembly of nearby code in register dumps" |
|---|
| 49 | | - depends on DEBUG_KERNEL && SUPERH32 |
|---|
| 48 | + depends on DEBUG_KERNEL |
|---|
| 50 | 49 | default y if DEBUG_BUGVERBOSE |
|---|
| 51 | 50 | default n |
|---|
| 52 | 51 | help |
|---|
| .. | .. |
|---|
| 60 | 59 | bool "Enable the DWARF unwinder for stacktraces" |
|---|
| 61 | 60 | depends on DEBUG_KERNEL |
|---|
| 62 | 61 | select FRAME_POINTER |
|---|
| 63 | | - depends on SUPERH32 |
|---|
| 64 | 62 | default n |
|---|
| 65 | 63 | help |
|---|
| 66 | 64 | Enabling this option will make stacktraces more accurate, at |
|---|
| .. | .. |
|---|
| 78 | 76 | For all other cases, say N. If this option seems perplexing, or |
|---|
| 79 | 77 | you aren't sure, say N. |
|---|
| 80 | 78 | |
|---|
| 81 | | -config SH64_SR_WATCH |
|---|
| 82 | | - bool "Debug: set SR.WATCH to enable hardware watchpoints and trace" |
|---|
| 83 | | - depends on SUPERH64 |
|---|
| 84 | | - |
|---|
| 85 | 79 | config MCOUNT |
|---|
| 86 | 80 | def_bool y |
|---|
| 87 | | - depends on SUPERH32 |
|---|
| 88 | 81 | depends on STACK_DEBUG || FUNCTION_TRACER |
|---|