[PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jacob Pan
Date: Tuesday, March 2, 2010 - 10:19 am

PCI_IOAPIC is used for PCI hotplug, Moorestown does not have ACPI PCI
hotplug. 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>
---
 arch/x86/Kconfig |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b25da64..1ecab88 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -396,7 +396,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
-- 
1.5.6.5

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC, Jacob Pan, (Tue Mar 2, 10:19 am)
[tip:x86/mrst] x86, mrst: Remove X86_MRST dependency on PC ..., tip-bot for Jacob Pan, (Wed Mar 3, 2:18 am)