blob: 50a918d496c836da796a0da768cd71aa892fd705 [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 -07002
Robert Reife8dd1612007-09-27 13:15:31 -07003config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
Sam Ravnborg5bb28a52008-11-15 13:39:18 -08007config DEBUG_DCFLUSH
8 bool "D-cache flush debugging"
9 depends on SPARC64 && DEBUG_KERNEL
10
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080011config MCOUNT
12 bool
13 depends on SPARC64
David S. Millerddacd0b2010-04-12 22:36:03 -070014 depends on FUNCTION_TRACER
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080015 default y
16
17config FRAME_POINTER
18 bool
19 depends on MCOUNT
20 default y