|
@@ -107,7 +107,7 @@ config DEBUG_SLAB_LEAK
|
|
|
|
|
|
config DEBUG_PREEMPT
|
|
config DEBUG_PREEMPT
|
|
bool "Debug preemptible kernel"
|
|
bool "Debug preemptible kernel"
|
|
- depends on DEBUG_KERNEL && PREEMPT
|
|
|
|
|
|
+ depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
If you say Y here then the kernel will use a debug variant of the
|
|
If you say Y here then the kernel will use a debug variant of the
|
|
@@ -149,6 +149,10 @@ config DEBUG_SPINLOCK_SLEEP
|
|
If you say Y here, various routines which may sleep will become very
|
|
If you say Y here, various routines which may sleep will become very
|
|
noisy if they are called with a spinlock held.
|
|
noisy if they are called with a spinlock held.
|
|
|
|
|
|
|
|
+config STACKTRACE
|
|
|
|
+ bool
|
|
|
|
+ depends on STACKTRACE_SUPPORT
|
|
|
|
+
|
|
config DEBUG_KOBJECT
|
|
config DEBUG_KOBJECT
|
|
bool "kobject debugging"
|
|
bool "kobject debugging"
|
|
depends on DEBUG_KERNEL
|
|
depends on DEBUG_KERNEL
|