Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / sparc / Kconfig.debug
blobd9a795efbc045ea548f1fc60adf1d59cbe1437c3
1 menu "Kernel hacking"
3 config TRACE_IRQFLAGS_SUPPORT
4         bool
5         default y
7 source "lib/Kconfig.debug"
9 config DEBUG_STACK_USAGE
10         bool "Enable stack utilization instrumentation"
11         depends on DEBUG_KERNEL
12         help
13           Enables the display of the minimum amount of free stack which each
14           task has ever had available in the sysrq-T and sysrq-P debug output.
16           This option will slow down process creation somewhat.
18 config DEBUG_DCFLUSH
19         bool "D-cache flush debugging"
20         depends on SPARC64 && DEBUG_KERNEL
22 config MCOUNT
23         bool
24         depends on SPARC64
25         depends on FUNCTION_TRACER
26         default y
28 config FRAME_POINTER
29         bool
30         depends on MCOUNT
31         default y
33 endmenu