]> Git Repo - linux.git/commitdiff
x86, mrst: Remove X86_MRST dependency on PCI_IOAPIC
authorJacob Pan <[email protected]>
Tue, 2 Mar 2010 17:19:28 +0000 (09:19 -0800)
committerH. Peter Anvin <[email protected]>
Wed, 3 Mar 2010 02:15:05 +0000 (18:15 -0800)
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 <[email protected]>
LKML-Reference: <1267550368[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
arch/x86/Kconfig

index 2697fdb25ac2d95591527047b4cef2a0611cb980..d22686f69de8d280366aff5060d161258e700951 100644 (file)
@@ -390,7 +390,6 @@ config X86_MRST
        bool "Moorestown MID platform"
        depends on PCI
        depends on PCI_GOANY
-       depends on PCI_IOAPIC
        depends on X86_32
        depends on X86_EXTENDED_PLATFORM
        depends on X86_IO_APIC
This page took 0.043978 seconds and 4 git commands to generate.