2005-04-17 06:20:36 +08:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
2006-07-03 15:24:46 +08:00
|
|
|
config TRACE_IRQFLAGS_SUPPORT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2008-02-05 23:50:37 +08:00
|
|
|
config DEBUG_PAGEALLOC
|
|
|
|
bool "Debug page memory allocations"
|
|
|
|
depends on DEBUG_KERNEL
|
|
|
|
help
|
|
|
|
Unmap pages from the kernel linear mapping after free_pages().
|
|
|
|
This results in a slowdown, but helps to find certain types of
|
|
|
|
memory corruptions.
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
endmenu
|