Linux Audio

Check our new training course

Loading...
v6.2
 1# SPDX-License-Identifier: GPL-2.0
 2
 
 
 
 
 3config DEBUG_DCFLUSH
 4	bool "D-cache flush debugging"
 5	depends on SPARC64 && DEBUG_KERNEL
 6
 7config MCOUNT
 8	bool
 9	depends on SPARC64
10	depends on FUNCTION_TRACER
11	default y
12
13config FRAME_POINTER
14	bool
15	depends on MCOUNT
16	default y
v5.4
 1# SPDX-License-Identifier: GPL-2.0
 2
 3config TRACE_IRQFLAGS_SUPPORT
 4	bool
 5	default y
 6
 7config DEBUG_DCFLUSH
 8	bool "D-cache flush debugging"
 9	depends on SPARC64 && DEBUG_KERNEL
10
11config MCOUNT
12	bool
13	depends on SPARC64
14	depends on FUNCTION_TRACER
15	default y
16
17config FRAME_POINTER
18	bool
19	depends on MCOUNT
20	default y