blob: d9a795efbc045ea548f1fc60adf1d59cbe1437c3 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001menu "Kernel hacking"
2
Robert Reife8dd1612007-09-27 13:15:31 -07003config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
Linus Torvalds1da177e2005-04-16 15:20:36 -07007source "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
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080018config DEBUG_DCFLUSH
19 bool "D-cache flush debugging"
20 depends on SPARC64 && DEBUG_KERNEL
21
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080022config MCOUNT
23 bool
24 depends on SPARC64
David S. Millerddacd0b2010-04-12 22:36:03 -070025 depends on FUNCTION_TRACER
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080026 default y
27
28config FRAME_POINTER
29 bool
30 depends on MCOUNT
31 default y
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033endmenu