locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETIONS...
authorIngo Molnar <mingo@kernel.org>
Thu, 17 Aug 2017 10:48:29 +0000 (12:48 +0200)
committerIngo Molnar <mingo@kernel.org>
Thu, 17 Aug 2017 10:49:40 +0000 (12:49 +0200)
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>
lib/Kconfig.debug

index a0e60d56303ea0e15b6be3dc9ca4a80a545862df..eb0f316b731abf57a94e0662d87fc179b0d57a88 100644 (file)
@@ -1153,7 +1153,7 @@ config LOCK_STAT
         (CONFIG_LOCKDEP defines "acquire" and "release" events.)
 
 config LOCKDEP_CROSSRELEASE
-       bool "Lock debugging: enable cross-locking checks in lockdep"
+       bool
        help
         This makes lockdep work for crosslock which is a lock allowed to
         be released in a different context from the acquisition context.
@@ -1163,7 +1163,7 @@ config LOCKDEP_CROSSRELEASE
         detector, lockdep.
 
 config LOCKDEP_COMPLETIONS
-       bool "Lock debugging: allow completions to use deadlock detector"
+       bool
        help
         A deadlock caused by wait_for_completion() and complete() can be
         detected by lockdep using crossrelease feature.