]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/Kconfig.debug: adjust hard-lockup related Kconfig options
authorJan Beulich <JBeulich@suse.com>
Thu, 13 Sep 2012 01:01:12 +0000 (11:01 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 17 Sep 2012 10:46:10 +0000 (20:46 +1000)
commit2e63792b657daab6b1b2da958326aa268a60c3a0
treed8aee2c9e44b0681b508741aec91ee8197c16dca
parent99896ac279268b341e741af37c6847ede40b7365
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>
lib/Kconfig.debug