diff options
| author | Jacob Pan <jacob.jun.pan@linux.intel.com> | 2010-03-02 12:19:28 -0500 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2010-03-02 21:15:05 -0500 |
| commit | d8111cd91abee016d62b401e057fee66ba80be67 (patch) | |
| tree | 74d7049797857acd840c6e0338d6e6681b4578ee | |
| parent | d5d0e88c1e5b069aadb050ff6ec95df312de876a (diff) | |
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>
| -rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 2697fdb25ac2..d22686f69de8 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
| @@ -390,7 +390,6 @@ config X86_MRST | |||
| 390 | bool "Moorestown MID platform" | 390 | bool "Moorestown MID platform" |
| 391 | depends on PCI | 391 | depends on PCI |
| 392 | depends on PCI_GOANY | 392 | depends on PCI_GOANY |
| 393 | depends on PCI_IOAPIC | ||
| 394 | depends on X86_32 | 393 | depends on X86_32 |
| 395 | depends on X86_EXTENDED_PLATFORM | 394 | depends on X86_EXTENDED_PLATFORM |
| 396 | depends on X86_IO_APIC | 395 | depends on X86_IO_APIC |
