aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5c2681875b9a..356a5ab8279c 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -181,19 +181,11 @@ config DEBUG_MUTEXES
181 This feature allows mutex semantics violations to be detected and 181 This feature allows mutex semantics violations to be detected and
182 reported. 182 reported.
183 183
184config DEBUG_RWSEMS
185 bool "RW-sem debugging: basic checks"
186 depends on DEBUG_KERNEL
187 help
188 This feature allows read-write semaphore semantics violations to
189 be detected and reported.
190
191config DEBUG_LOCK_ALLOC 184config DEBUG_LOCK_ALLOC
192 bool "Lock debugging: detect incorrect freeing of live locks" 185 bool "Lock debugging: detect incorrect freeing of live locks"
193 depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT 186 depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
194 select DEBUG_SPINLOCK 187 select DEBUG_SPINLOCK
195 select DEBUG_MUTEXES 188 select DEBUG_MUTEXES
196 select DEBUG_RWSEMS
197 select LOCKDEP 189 select LOCKDEP
198 help 190 help
199 This feature will check whether any held lock (spinlock, rwlock, 191 This feature will check whether any held lock (spinlock, rwlock,
@@ -209,7 +201,6 @@ config PROVE_LOCKING
209 select LOCKDEP 201 select LOCKDEP
210 select DEBUG_SPINLOCK 202 select DEBUG_SPINLOCK
211 select DEBUG_MUTEXES 203 select DEBUG_MUTEXES
212 select DEBUG_RWSEMS
213 select DEBUG_LOCK_ALLOC 204 select DEBUG_LOCK_ALLOC
214 default n 205 default n
215 help 206 help