public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/mrst: add kconfig dependencies for Moorestown
@ 2010-02-25 17:53 Jacob Pan
  0 siblings, 0 replies; only message in thread
From: Jacob Pan @ 2010-02-25 17:53 UTC (permalink / raw)
  To: Jacob Pan, H. Peter Anvin, LKML, Thomas Gleixner, Ingo Molnar; +Cc: Jacob Pan

Moorestown platform has IOAPIC and PCI bus, even though both of them are
emulated partially by FW. Moorestown depends on PCI MMCONFIG and DIRECT
method to perform device enumeration. IOAPIC is needed to manage
all interrupts coming from the south complex.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
---
 arch/x86/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f032294..2697fdb 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -388,8 +388,12 @@ config X86_ELAN
 
 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
 	select APB_TIMER
 	---help---
 	  Moorestown is Intel's Low Power Intel Architecture (LPIA) based Moblin
-- 
1.5.6.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-02-26  0:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 17:53 [PATCH] x86/mrst: add kconfig dependencies for Moorestown Jacob Pan

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