]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/sparc/Kconfig.debug
Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
[mirror_ubuntu-zesty-kernel.git] / arch / sparc / Kconfig.debug
CommitLineData
1da177e4
LT
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config DEBUG_STACK_USAGE
6 bool "Enable stack utilization instrumentation"
7 depends on DEBUG_KERNEL
8 help
9 Enables the display of the minimum amount of free stack which each
10 task has ever had available in the sysrq-T and sysrq-P debug output.
11
12 This option will slow down process creation somewhat.
13
14endmenu