]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/sparc/Kconfig.debug
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-hirsute-kernel.git] / arch / sparc / Kconfig.debug
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4 2
e8dd1612
RR
3config TRACE_IRQFLAGS_SUPPORT
4 bool
5 default y
6
5bb28a57
SR
7config DEBUG_DCFLUSH
8 bool "D-cache flush debugging"
9 depends on SPARC64 && DEBUG_KERNEL
10
5bb28a57
SR
11config MCOUNT
12 bool
13 depends on SPARC64
ddacd0bc 14 depends on FUNCTION_TRACER
5bb28a57
SR
15 default y
16
17config FRAME_POINTER
18 bool
19 depends on MCOUNT
20 default y