]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readable
authorWaiman Long <longman@redhat.com>
Fri, 30 Mar 2018 21:27:59 +0000 (17:27 -0400)
committerIngo Molnar <mingo@kernel.org>
Sat, 31 Mar 2018 05:30:50 +0000 (07:30 +0200)
commitf07cbebb6daf04e5c9721e5be2737a6068c7e2a2
tree3c1b9301b828cbd9827a6b7b30465deb8c40e67b
parent5149cbac4235e12a34cf089592a8bd1c9fcfa467
locking/Kconfig: Add LOCK_DEBUGGING_SUPPORT to make it more readable

There are a couples of lock debugging Kconfig options that depends on
the following support options:

 - TRACE_IRQFLAGS_SUPPORT
 - STACKTRACE_SUPPORT
 - LOCKDEP_SUPPORT

That makes those lock debugging options harder to read and understand.
So a new LOCK_DEBUGGING_SUPPORT option is added that is equivalent to
the above three options together. That makes the Kconfig.debug file
more readable.

Signed-off-by: Waiman Long <longman@redhat.com>
Acked-by: Davidlohr Bueso <dave@stgolabs.net>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1522445280-7767-3-git-send-email-longman@redhat.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
lib/Kconfig.debug