bool "Compile the kernel with gpio debugging"
select KERNEL_DEBUG_KERNEL
+config KERNEL_DEBUG_SPINLOCK
+ bool "Compile the kernel with spinlock and rw-lock debugging"
+ depends on KERNEL_DEBUG_KERNEL
+ help
+ Say Y here and build SMP to catch missing spinlock initialization
+ and certain other kinds of spinlock errors commonly made. This is
+ best used in conjunction with the NMI watchdog so that spinlock
+ deadlocks are also debuggable.
+
+config KERNEL_DEBUG_MUTEXES
+ bool "Compile the kernel with mutex debugging"
+ depends on KERNEL_DEBUG_KERNEL
+ help
+ This feature allows mutex semantics violations to be detected and
+ reported.
+
config KERNEL_COREDUMP
bool