x86/Kconfig: Simplify X86_UP_APIC handling
authorJan Beulich <JBeulich@suse.com>
Thu, 5 Feb 2015 15:31:56 +0000 (15:31 +0000)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Feb 2015 21:10:54 +0000 (22:10 +0100)
commit50849eefea3ba8aa6e540e0cbdc9533098f25656
tree27bb19752ccf8808f8b9d6562c589d2742f2745a
parentb1da1e715d4faf01468b7f45f7098922bc85ea8e
x86/Kconfig: Simplify X86_UP_APIC handling

We don't really need a helper symbol for that. For one, it's
pointlessly getting set to Y for all configurations (even 64-bit
ones). And then the purpose can be fulfilled by suitably
adjusting X86_UP_APIC: Hide its prompt when PCI_MSI, and default
it to PCI_MSI.

Tested-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Link: http://lkml.kernel.org/r/54D39AFC020000780005D684@mail.emea.novell.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/Kconfig