diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-08-17 06:48:29 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-08-17 06:49:40 -0400 |
commit | e26f34a407aec9c65bce2bc0c838fabe4f051fc6 (patch) | |
tree | d0f5cc02fbc6b6d7b2d2fcbd254c16c580a0f01b | |
parent | 52fa5bc5cbba089f09bc2c372e3432f3f3e48051 (diff) |
locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS truly non-interactive
The syntax to turn Kconfig options into non-interactive ones is to not offer
interactive prompt help texts. Remove them.
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: Byungchul Park <byungchul.park@lge.com>
Cc: Lai Jiangshan <jiangshanlai@gmail.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Tejun Heo <tj@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r-- | lib/Kconfig.debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a0e60d56303e..eb0f316b731a 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 | ||
1155 | config LOCKDEP_CROSSRELEASE | 1155 | config LOCKDEP_CROSSRELEASE |
1156 | bool "Lock debugging: enable cross-locking checks in lockdep" | 1156 | bool |
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. |
@@ -1163,7 +1163,7 @@ config LOCKDEP_CROSSRELEASE | |||
1163 | detector, lockdep. | 1163 | detector, lockdep. |
1164 | 1164 | ||
1165 | config LOCKDEP_COMPLETIONS | 1165 | config LOCKDEP_COMPLETIONS |
1166 | bool "Lock debugging: allow completions to use deadlock detector" | 1166 | bool |
1167 | help | 1167 | help |
1168 | A deadlock caused by wait_for_completion() and complete() can be | 1168 | A deadlock caused by wait_for_completion() and complete() can be |
1169 | detected by lockdep using crossrelease feature. | 1169 | detected by lockdep using crossrelease feature. |