]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/Kconfig.debug: adjust hard-lockup related Kconfig options
authorJan Beulich <JBeulich@suse.com>
Wed, 26 Sep 2012 01:34:27 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:27:56 +0000 (17:27 +1000)
commitd99ebb88137adfc55d09880427b832fcfc2530bd
treeb9c79c4d481ac048523af5400524f7e62fd2ce08
parent693aab23193a54002c3f64d280f75654e018e37a
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