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