OSDN Git Service

locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING
authorByungchul Park <byungchul.park@lge.com>
Thu, 17 Aug 2017 08:57:39 +0000 (17:57 +0900)
committerIngo Molnar <mingo@kernel.org>
Thu, 17 Aug 2017 09:38:54 +0000 (11:38 +0200)
commitd0541b0fa64b36665d6261079974a26943c75009
tree1cea299b1e7c66aab3f16a32ab7240417bdbe17b
parent7a46ec0e2f4850407de5e1d19a44edee6efa58ec
locking/lockdep: Make CONFIG_LOCKDEP_CROSSRELEASE part of CONFIG_PROVE_LOCKING

Crossrelease support added the CONFIG_LOCKDEP_CROSSRELEASE and CONFIG_LOCKDEP_COMPLETE
options. It makes little sense to enable them when PROVE_LOCKING is disabled.

Make them non-interative options and part of PROVE_LOCKING to simplify the UI.

Signed-off-by: Byungchul Park <byungchul.park@lge.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-team@lge.com
Link: http://lkml.kernel.org/r/1502960261-16206-1-git-send-email-byungchul.park@lge.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
lib/Kconfig.debug