]> git.karo-electronics.de Git - karo-tx-linux.git/commit
lib/Kconfig.debug: adjust hard-lockup related Kconfig options
authorJan Beulich <JBeulich@suse.com>
Fri, 28 Sep 2012 00:20:24 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 5 Oct 2012 04:01:25 +0000 (14:01 +1000)
commit5c198864e9ef1435ddaad5eeb6c7e19e4fb25a9e
tree42c4c1a95eeb3b976e1dd2e60665f663fe67c6f1
parentd656e6e7b6b69d0f037a8e2483a2df4c78c66d92
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