string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / arch / sh / Kconfig.debug
index 763b792..55907af 100644 (file)
@@ -38,6 +38,7 @@ config EARLY_SCIF_CONSOLE_PORT
        default "0xffe00000" if CPU_SUBTYPE_SH7780 || CPU_SUBTYPE_SH7763 || \
                                CPU_SUBTYPE_SH7722 || CPU_SUBTYPE_SH7366 || \
                                CPU_SUBTYPE_SH7343
+       default "0xfe4c0000" if CPU_SUBTYPE_SH7757
        default "0xffeb0000" if CPU_SUBTYPE_SH7785
        default "0xffeb0000" if CPU_SUBTYPE_SH7786
        default "0xfffe8000" if CPU_SUBTYPE_SH7203
@@ -110,6 +111,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