repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipip: advertise tunnel param via rtnl
[linux-2.6.git]
/
arch
/
sparc
/
Kconfig.debug
blob
6db35fba79fd2fe77977cbf47b053d2608b0e98a
1
menu "Kernel hacking"
2
3
config TRACE_IRQFLAGS_SUPPORT
4
bool
5
default y
6
7
source "lib/Kconfig.debug"
8
9
config DEBUG_DCFLUSH
10
bool "D-cache flush debugging"
11
depends on SPARC64 && DEBUG_KERNEL
12
13
config MCOUNT
14
bool
15
depends on SPARC64
16
depends on FUNCTION_TRACER
17
default y
18
19
config FRAME_POINTER
20
bool
21
depends on MCOUNT
22
default y
23
24
endmenu