2005-04-17 00:20:36 +02:00
|
|
|
menu "Kernel hacking"
|
|
|
|
|
2006-07-03 09:24:46 +02:00
|
|
|
config TRACE_IRQFLAGS_SUPPORT
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
|
2005-04-17 00:20:36 +02:00
|
|
|
source "lib/Kconfig.debug"
|
|
|
|
|
2008-02-05 16:50:37 +01: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 00:20:36 +02:00
|
|
|
endmenu
|