diff options
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r-- | arch/sh/Kconfig.debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug index 0dc340d5795e..0d62681f72a0 100644 --- a/arch/sh/Kconfig.debug +++ b/arch/sh/Kconfig.debug | |||
@@ -98,6 +98,18 @@ config IRQSTACKS | |||
98 | for handling hard and soft interrupts. This can help avoid | 98 | for handling hard and soft interrupts. This can help avoid |
99 | overflowing the process kernel stacks. | 99 | overflowing the process kernel stacks. |
100 | 100 | ||
101 | config DUMP_CODE | ||
102 | bool "Show disassembly of nearby code in register dumps" | ||
103 | depends on DEBUG_KERNEL && SUPERH32 | ||
104 | default y if DEBUG_BUGVERBOSE | ||
105 | default n | ||
106 | help | ||
107 | This prints out a code trace of the instructions leading up to | ||
108 | the faulting instruction as a debugging aid. As this does grow | ||
109 | the kernel in size a bit, most users will want to say N here. | ||
110 | |||
111 | Those looking for more verbose debugging output should say Y. | ||
112 | |||
101 | config SH_NO_BSS_INIT | 113 | config SH_NO_BSS_INIT |
102 | bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" | 114 | bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)" |
103 | depends on DEBUG_KERNEL | 115 | depends on DEBUG_KERNEL |