allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / sparc / Kconfig.debug
blob120f6b5293485526e82b6e0f9443fe3ce76b6b9f
1 menu "Kernel hacking"
3 source "lib/Kconfig.debug"
5 config 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.
12           This option will slow down process creation somewhat.
14 endmenu