]> git.baikalelectronics.ru Git - kernel.git/commit
lib/Kconfig.debug: adjust hard-lockup related Kconfig options
authorJan Beulich <JBeulich@suse.com>
Fri, 5 Oct 2012 00:13:17 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 5 Oct 2012 18:04:57 +0000 (03:04 +0900)
commit2f5fbcebb3da022ba191f605519f57e080e1939e
tree2087bd9b26dc1becbd34a05751be07ffdc6e27bb
parent27bd116819496264baff30faac4677913001bfd1
lib/Kconfig.debug: adjust hard-lockup related Kconfig options

The main option should not appear in the resulting .config when the
dependencies aren't met (i.e.  use "depends on" rather than directly
setting the default from the combined dependency values).

The sub-options should depend on the main option rather than a more
generic higher level one.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Don Zickus <dzickus@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug