diff options
author | Jan Beulich <JBeulich@suse.com> | 2015-02-05 10:35:21 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-02-18 16:09:33 -0500 |
commit | b1da1e715d4faf01468b7f45f7098922bc85ea8e (patch) | |
tree | 92cb3b0a33b9e61b3982d089fac1c8c4ab506b7d | |
parent | e0fd24a3b4ad7b4084b41944835952eedec53f98 (diff) |
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>
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 463d8838f1db..afb75f5c243c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -893,8 +893,8 @@ config X86_LOCAL_APIC | |||
893 | select GENERIC_IRQ_LEGACY_ALLOC_HWIRQ | 893 | select GENERIC_IRQ_LEGACY_ALLOC_HWIRQ |
894 | 894 | ||
895 | config X86_IO_APIC | 895 | config X86_IO_APIC |
896 | def_bool X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_IOAPIC | 896 | def_bool y |
897 | depends on X86_LOCAL_APIC | 897 | depends on X86_LOCAL_APIC || X86_UP_IOAPIC |
898 | select IRQ_DOMAIN | 898 | select IRQ_DOMAIN |
899 | 899 | ||
900 | config X86_REROUTE_FOR_BROKEN_BOOT_IRQS | 900 | config X86_REROUTE_FOR_BROKEN_BOOT_IRQS |