public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC
@ 2010-03-02 17:19 Jacob Pan
  2010-03-03  9:18 ` [tip:x86/mrst] x86, mrst: Remove " tip-bot for Jacob Pan
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Pan @ 2010-03-02 17:19 UTC (permalink / raw)
  To: Jacob Pan, LKML, H. Peter Anvin, Ingo Molnar, Thomas Gleixner; +Cc: Jacob Pan

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-03  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-02 17:19 [PATCH] x86/mrst: remove X86_MRST dependency on PCI_IOAPIC Jacob Pan
2010-03-03  9:18 ` [tip:x86/mrst] x86, mrst: Remove " tip-bot for Jacob Pan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox