diff options
author | Alan Cox <alan@linux.intel.com> | 2011-12-15 22:19:41 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-12-16 09:33:17 +0100 |
commit | 3e8f9451d3db669d7c0d8b330d4f5770149d90d5 (patch) | |
tree | 24bd2cfa2b6a541c485ffa5da8f8c431580590b9 /arch/x86/Kconfig | |
parent | f9b15df466ba923a5832c9121ad8327ccf5483ef (diff) | |
download | talos-op-linux-3e8f9451d3db669d7c0d8b330d4f5770149d90d5.tar.gz talos-op-linux-3e8f9451d3db669d7c0d8b330d4f5770149d90d5.zip |
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>
Diffstat (limited to 'arch/x86/Kconfig')
-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 faf39a0d6242..2b54a2fb3ab0 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -429,6 +429,7 @@ config X86_MDFLD select SPI select INTEL_SCU_IPC select X86_PLATFORM_DEVICES + select X86_INTEL_MID ---help--- Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin Internet Device(MID) platform. |