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