[PATCH] pi-futex: rt mutex tester
[powerpc.git] / lib / Kconfig.debug
index 06d3ea1..6afe0af 100644 (file)
@@ -120,6 +120,13 @@ config DEBUG_PI_LIST
        default y
        depends on DEBUG_RT_MUTEXES
 
+config RT_MUTEX_TESTER
+       bool "Built-in scriptable tester for rt-mutexes"
+       depends on RT_MUTEXES
+       default n
+       help
+         This option enables a rt-mutex tester.
+
 config DEBUG_SPINLOCK
        bool "Spinlock debugging"
        depends on DEBUG_KERNEL