[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-ad02519a0d27da4a0a50cbc696e810c94e27c28e@git.kernel.org>
Date: Wed, 17 Nov 2010 12:42:43 GMT
From: tip-bot for Randy Dunlap <randy.dunlap@...cle.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
tglx@...utronix.de, alan@...rguk.ukuu.org.uk,
randy.dunlap@...cle.com
Subject: [tip:x86/platform] x86, mrst: Fix dependencies of "select INTEL_SCU_IPC"
Commit-ID: ad02519a0d27da4a0a50cbc696e810c94e27c28e
Gitweb: http://git.kernel.org/tip/ad02519a0d27da4a0a50cbc696e810c94e27c28e
Author: Randy Dunlap <randy.dunlap@...cle.com>
AuthorDate: Mon, 15 Nov 2010 10:14:06 -0800
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Wed, 17 Nov 2010 13:41:44 +0100
x86, mrst: Fix dependencies of "select INTEL_SCU_IPC"
commit b9fc71f47 (x86, mrst: The shutdown for MRST requires the SCU
IPC mechanism) introduced the following warning:
warning: (X86_MRST && PCI && PCI_GOANY && X86_32 &&
X86_EXTENDED_PLATFORM && X86_IO_APIC) selects INTEL_SCU_IPC which has
unmet direct dependencies (X86 && X86_PLATFORM_DEVICES && X86_MRST)
which is due to the hierarchical menu structure.
Select X86_PLATFORM_DEVICES as well.
Originally-from: Randy Dunlap <randy.dunlap@...cle.com>
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
LKML-Reference: <20101115101406.77e072ef.randy.dunlap@...cle.com>
Cc: Alan Cox <alan@...rguk.ukuu.org.uk>
---
arch/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6e877b9..655fcf5 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -400,6 +400,7 @@ config X86_MRST
select I2C
select SPI
select INTEL_SCU_IPC
+ select X86_PLATFORM_DEVICES
---help---
Moorestown is Intel's Low Power Intel Architecture (LPIA) based Moblin
Internet Device(MID) platform. Moorestown consists of two chips:
--
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