]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/Kconfig.locks
Merge branches 'pm-sleep' and 'pm-cpufreq'
[karo-tx-linux.git] / kernel / Kconfig.locks
index d2b32ac27a394095e87229030e010eb428ae7174..35536d9c096420f3718b93e583c10d5fdfc07cec 100644 (file)
@@ -223,3 +223,10 @@ endif
 config MUTEX_SPIN_ON_OWNER
        def_bool y
        depends on SMP && !DEBUG_MUTEXES
+
+config ARCH_USE_QUEUE_RWLOCK
+       bool
+
+config QUEUE_RWLOCK
+       def_bool y if ARCH_USE_QUEUE_RWLOCK
+       depends on SMP