diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 05037dc9bde..f32a41f2a82 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -499,6 +499,7 @@ config RT_MUTEX_TESTER | |||
499 | config DEBUG_SPINLOCK | 499 | config DEBUG_SPINLOCK |
500 | bool "Spinlock and rw-lock debugging: basic checks" | 500 | bool "Spinlock and rw-lock debugging: basic checks" |
501 | depends on DEBUG_KERNEL | 501 | depends on DEBUG_KERNEL |
502 | select UNINLINE_SPIN_UNLOCK | ||
502 | help | 503 | help |
503 | Say Y here and build SMP to catch missing spinlock initialization | 504 | Say Y here and build SMP to catch missing spinlock initialization |
504 | and certain other kinds of spinlock errors commonly made. This is | 505 | and certain other kinds of spinlock errors commonly made. This is |