Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / sparc / Kconfig.debug
CommitLineData
1da177e4
LT
1menu "Kernel hacking"
2
e8dd1612
RR
3config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
1da177e4
LT
7source "lib/Kconfig.debug"
8
9config 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.
15
16 This option will slow down process creation somewhat.
17
18endmenu