blob: 4aef29a119251d9b3ca509af72abaf92b826a0f9 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002menu "Kernel hacking"
3
Robert Reife8dd1612007-09-27 13:15:31 -07004config TRACE_IRQFLAGS_SUPPORT
5 bool
6 default y
7
Linus Torvalds1da177e2005-04-16 15:20:36 -07008source "lib/Kconfig.debug"
9
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080010config DEBUG_DCFLUSH
11 bool "D-cache flush debugging"
12 depends on SPARC64 && DEBUG_KERNEL
13
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080014config MCOUNT
15 bool
16 depends on SPARC64
David S. Millerddacd0b2010-04-12 22:36:03 -070017 depends on FUNCTION_TRACER
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080018 default y
19
20config FRAME_POINTER
21 bool
22 depends on MCOUNT
23 default y
24
Linus Torvalds1da177e2005-04-16 15:20:36 -070025endmenu