aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 1ad7f1b9160e..8fb8a206db12 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1153,7 +1153,7 @@ config LOCK_STAT
1153 (CONFIG_LOCKDEP defines "acquire" and "release" events.) 1153 (CONFIG_LOCKDEP defines "acquire" and "release" events.)
1154 1154
1155config LOCKDEP_CROSSRELEASE 1155config LOCKDEP_CROSSRELEASE
1156 bool "Lock debugging: make lockdep work for crosslocks" 1156 bool "Lock debugging: enable cross-locking checks in lockdep"
1157 help 1157 help
1158 This makes lockdep work for crosslock which is a lock allowed to 1158 This makes lockdep work for crosslock which is a lock allowed to
1159 be released in a different context from the acquisition context. 1159 be released in a different context from the acquisition context.