Files
linux-apfs/arch/sparc/Kconfig.debug
T

25 lines
335 B
Plaintext
Raw Normal View History

2005-04-16 15:20:36 -07:00
menu "Kernel hacking"
config TRACE_IRQFLAGS_SUPPORT
bool
default y
2005-04-16 15:20:36 -07:00
source "lib/Kconfig.debug"
2008-11-15 13:39:18 -08:00
config DEBUG_DCFLUSH
bool "D-cache flush debugging"
depends on SPARC64 && DEBUG_KERNEL
config MCOUNT
bool
depends on SPARC64
2010-04-12 22:36:03 -07:00
depends on FUNCTION_TRACER
2008-11-15 13:39:18 -08:00
default y
config FRAME_POINTER
bool
depends on MCOUNT
default y
2005-04-16 15:20:36 -07:00
endmenu