aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/Kconfig.debug
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-14 05:10:57 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-08-14 05:10:57 +0900
commit718dbf376ac39b8f8c974e9162430754dbace742 (patch)
tree145b39219d1f63c01ca704f53d8abc9b31a11469 /arch/sh/Kconfig.debug
parentf54aab4a7486fb7947d6d746f3423f67676811c8 (diff)
parentf826466772ae52f26152287fcb2259351de78f0f (diff)
Merge branch 'sh/dwarf-unwinder'
Diffstat (limited to 'arch/sh/Kconfig.debug')
-rw-r--r--arch/sh/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/Kconfig.debug b/arch/sh/Kconfig.debug
index 763b792b161..741d20fab2e 100644
--- a/arch/sh/Kconfig.debug
+++ b/arch/sh/Kconfig.debug
@@ -110,6 +110,14 @@ config DUMP_CODE
Those looking for more verbose debugging output should say Y.
+config DWARF_UNWINDER
+ bool "Enable the DWARF unwinder for stacktraces"
+ select FRAME_POINTER
+ default n
+ help
+ Enabling this option will make stacktraces more accurate, at
+ the cost of an increase in overall kernel size.
+
config SH_NO_BSS_INIT
bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
depends on DEBUG_KERNEL