aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Cox <alan@linux.intel.com>2011-12-15 17:19:41 -0500
committerIngo Molnar <mingo@elte.hu>2011-12-16 03:33:17 -0500
commit3e8f9451d3db669d7c0d8b330d4f5770149d90d5 (patch)
tree24bd2cfa2b6a541c485ffa5da8f8c431580590b9
parentf9b15df466ba923a5832c9121ad8327ccf5483ef (diff)
x86: Fix INTEL_MID silly
Doh.. pass the brown paper bags - preferably filled with mince pies.. This fixes occasional build failures. Signed-off-by: Alan Cox <alan@linux.intel.com> Link: http://lkml.kernel.org/n/tip-r0oc1knlvzuqr69artaeq8s8@git.kernel.org [ extended the changelog a bit ] Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index faf39a0d6242..2b54a2fb3ab0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -429,6 +429,7 @@ config X86_MDFLD
429 select SPI 429 select SPI
430 select INTEL_SCU_IPC 430 select INTEL_SCU_IPC
431 select X86_PLATFORM_DEVICES 431 select X86_PLATFORM_DEVICES
432 select X86_INTEL_MID
432 ---help--- 433 ---help---
433 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin 434 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin
434 Internet Device(MID) platform. 435 Internet Device(MID) platform.