Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 
0003 config DEBUG_DCFLUSH
0004         bool "D-cache flush debugging"
0005         depends on SPARC64 && DEBUG_KERNEL
0006 
0007 config MCOUNT
0008         bool
0009         depends on SPARC64
0010         depends on FUNCTION_TRACER
0011         default y
0012 
0013 config FRAME_POINTER
0014         bool
0015         depends on MCOUNT
0016         default y