repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
staging: erofs: fix warning Comparison to bool
[linux/fpc-iii.git]
/
arch
/
sparc
/
Kconfig.debug
blob
50a918d496c836da796a0da768cd71aa892fd705
1
# SPDX-License-Identifier: GPL-2.0
2
3
config TRACE_IRQFLAGS_SUPPORT
4
bool
5
default y
6
7
config DEBUG_DCFLUSH
8
bool "D-cache flush debugging"
9
depends on SPARC64 && DEBUG_KERNEL
10
11
config MCOUNT
12
bool
13
depends on SPARC64
14
depends on FUNCTION_TRACER
15
default y
16
17
config FRAME_POINTER
18
bool
19
depends on MCOUNT
20
default y