]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/sparc/Kconfig.debug
ceph: quota: don't allow cross-quota renames
[mirror_ubuntu-bionic-kernel.git] / arch / sparc / Kconfig.debug
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
1da177e4
LT
2menu "Kernel hacking"
3
e8dd1612
RR
4config TRACE_IRQFLAGS_SUPPORT
5 bool
6 default y
7
1da177e4
LT
8source "lib/Kconfig.debug"
9
5bb28a57
SR
10config DEBUG_DCFLUSH
11 bool "D-cache flush debugging"
12 depends on SPARC64 && DEBUG_KERNEL
13
5bb28a57
SR
14config MCOUNT
15 bool
16 depends on SPARC64
ddacd0bc 17 depends on FUNCTION_TRACER
5bb28a57
SR
18 default y
19
20config FRAME_POINTER
21 bool
22 depends on MCOUNT
23 default y
24
1da177e4 25endmenu