diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-11-15 13:14:06 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2010-11-17 07:41:44 -0500 |
commit | ad02519a0d27da4a0a50cbc696e810c94e27c28e (patch) | |
tree | 4ad6dee7b80ace22faa7406b5e566d08c45fd312 /arch | |
parent | b9fc71f47dc060c588e5099638242fad44eeecbc (diff) |
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@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
LKML-Reference: <20101115101406.77e072ef.randy.dunlap@oracle.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 6e877b90ed2d..655fcf5ac690 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -400,6 +400,7 @@ config X86_MRST | |||
400 | select I2C | 400 | select I2C |
401 | select SPI | 401 | select SPI |
402 | select INTEL_SCU_IPC | 402 | select INTEL_SCU_IPC |
403 | select X86_PLATFORM_DEVICES | ||
403 | ---help--- | 404 | ---help--- |
404 | Moorestown is Intel's Low Power Intel Architecture (LPIA) based Moblin | 405 | Moorestown is Intel's Low Power Intel Architecture (LPIA) based Moblin |
405 | Internet Device(MID) platform. Moorestown consists of two chips: | 406 | Internet Device(MID) platform. Moorestown consists of two chips: |