MIPS: Crazy spinlock speed test.
[pandora-kernel.git] / arch / mips / Kconfig.debug
index 32a010d..43dc279 100644 (file)
@@ -121,4 +121,11 @@ config DEBUG_ZBOOT
          to reduce the kernel image size and speed up the booting procedure a
          little.
 
+config SPINLOCK_TEST
+       bool "Enable spinlock timing tests in debugfs"
+       depends on DEBUG_FS
+       default n
+       help
+         Add several files to the debugfs to test spinlock speed.
+
 endmenu