x86/Kconfig: Simplify X86_IO_APIC dependencies
authorJan Beulich <JBeulich@suse.com>
Thu, 5 Feb 2015 15:35:21 +0000 (15:35 +0000)
committerJiri Slaby <jslaby@suse.cz>
Mon, 30 Jan 2017 12:17:07 +0000 (13:17 +0100)
commitf2eabff3e55665a6e2cc3819ad3f407c151b8a7d
tree24a9d2f44ef7bcf5a8116a1e85c1aa39d7680003
parentd7f41d3b297086cd8a263eb3c8b5dd97b7e70a32
x86/Kconfig: Simplify X86_IO_APIC dependencies

commit b1da1e715d4faf01468b7f45f7098922bc85ea8e upstream.

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>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
arch/x86/Kconfig