blob: 6db35fba79fd2fe77977cbf47b053d2608b0e98a [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
Sam Ravnborg5bb28a52008-11-15 13:39:18 -08009config DEBUG_DCFLUSH
10 bool "D-cache flush debugging"
11 depends on SPARC64 && DEBUG_KERNEL
12
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080013config MCOUNT
14 bool
15 depends on SPARC64
David S. Millerddacd0b2010-04-12 22:36:03 -070016 depends on FUNCTION_TRACER
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080017 default y
18
19config FRAME_POINTER
20 bool
21 depends on MCOUNT
22 default y
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024endmenu