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