x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC

PCI_IOAPIC is used for PCI hotplug, Moorestown does not have ACPI PCI
hotplug, as it does not have ACPI. This unnecessary dependency causes
X86_MRST fail to be selected if ACPI is not selected.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
LKML-Reference: <1267550368-7435-1-git-send-email-jacob.jun.pan@linux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

authored by Jacob Pan and committed by H. Peter Anvin d8111cd9 d5d0e88c

-1
-1
arch/x86/Kconfig
··· 390 bool "Moorestown MID platform" 391 depends on PCI 392 depends on PCI_GOANY 393 - depends on PCI_IOAPIC 394 depends on X86_32 395 depends on X86_EXTENDED_PLATFORM 396 depends on X86_IO_APIC
··· 390 bool "Moorestown MID platform" 391 depends on PCI 392 depends on PCI_GOANY 393 depends on X86_32 394 depends on X86_EXTENDED_PLATFORM 395 depends on X86_IO_APIC