blob: 6b2bec1888b3ec8a621870f46e55accc54729b95 [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
Sam Ravnborg5bb28a52008-11-15 13:39:18 -08003config DEBUG_DCFLUSH
4 bool "D-cache flush debugging"
5 depends on SPARC64 && DEBUG_KERNEL
6
Sam Ravnborg5bb28a52008-11-15 13:39:18 -08007config MCOUNT
8 bool
9 depends on SPARC64
David S. Millerddacd0b2010-04-12 22:36:03 -070010 depends on FUNCTION_TRACER
Sam Ravnborg5bb28a52008-11-15 13:39:18 -080011 default y
12
13config FRAME_POINTER
14 bool
15 depends on MCOUNT
16 default y