[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-4b2f3f7d0fe97ad312fb572c8f8d88836ae8fb1e@git.kernel.org>
Date: Fri, 26 Feb 2010 00:18:37 GMT
From: tip-bot for Jacob Pan <jacob.jun.pan@...ux.intel.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, jacob.jun.pan@...ux.intel.com
Subject: [tip:x86/mrst] x86, mrst: Add Kconfig dependencies for Moorestown
Commit-ID: 4b2f3f7d0fe97ad312fb572c8f8d88836ae8fb1e
Gitweb: http://git.kernel.org/tip/4b2f3f7d0fe97ad312fb572c8f8d88836ae8fb1e
Author: Jacob Pan <jacob.jun.pan@...ux.intel.com>
AuthorDate: Thu, 25 Feb 2010 10:02:14 -0800
Committer: H. Peter Anvin <hpa@...or.com>
CommitDate: Thu, 25 Feb 2010 16:16:26 -0800
x86, mrst: Add Kconfig dependencies for Moorestown
The Moorestown platform requires IOAPIC for all interrupts from the
south complex, since there is no legacy PIC.
Furthermore, Moorestown I/O requires PCI. Moorestown PCI depends on PCI MMCONFIG
and DIRECT method to perform device enumeration, as there is no PCI BIOS.
[ hpa: rewrote commit message ]
Signed-off-by: Jacob Pan <jacob.jun.pan@...ux.intel.com>
LKML-Reference: <1267120934-9505-1-git-send-email-jacob.jun.pan@...ux.intel.com>
Signed-off-by: H. Peter Anvin <hpa@...or.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists