You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
335 B
24 lines
335 B
menu "Kernel hacking" |
|
|
|
config TRACE_IRQFLAGS_SUPPORT |
|
bool |
|
default y |
|
|
|
source "lib/Kconfig.debug" |
|
|
|
config DEBUG_DCFLUSH |
|
bool "D-cache flush debugging" |
|
depends on SPARC64 && DEBUG_KERNEL |
|
|
|
config MCOUNT |
|
bool |
|
depends on SPARC64 |
|
depends on FUNCTION_TRACER |
|
default y |
|
|
|
config FRAME_POINTER |
|
bool |
|
depends on MCOUNT |
|
default y |
|
|
|
endmenu
|
|
|