x86/Kconfig: Simplify X86_IO_APIC dependencies
authorJan Beulich <JBeulich@suse.com>
Thu, 5 Feb 2015 15:35:21 +0000 (15:35 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Feb 2015 21:09:33 +0000 (22:09 +0100)
commitb1da1e715d4faf01468b7f45f7098922bc85ea8e
tree92cb3b0a33b9e61b3982d089fac1c8c4ab506b7d
parente0fd24a3b4ad7b4084b41944835952eedec53f98
x86/Kconfig: Simplify X86_IO_APIC dependencies

Since dependencies are transitive, we don't really need to
repeat those of X86_UP_IOAPIC.

Furthermore avoid the symbol getting entered into .config when
it is off by having the default simply Y and the dependencies
solely handled via the intended for that purpose "depends on".

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/54D39BC9020000780005D688@mail.emea.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig
This page took 0.02538 seconds and 5 git commands to generate.