aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2012-01-26 12:35:05 -0500
committerIngo Molnar <mingo@elte.hu>2012-01-26 15:23:55 -0500
commit15a713df4145ad2540f8d84c3f4de930806f6151 (patch)
treeee96c2a039bc427124bb5df4095d6272f697065f /arch/x86/Kconfig
parent1a8359e411eb5055405412a7da812dae63c64a55 (diff)
x86/config: Select MSIC MFD driver on Intel Medfield platform
On Intel Medfield platform we use MSIC MFD driver to create necessary platform devices so it is essential to have the driver compiled into the kernel. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: jacob.jun.pan@linux.intel.com Link: http://lkml.kernel.org/n/tip-7hp1otk4wf4mg5pqohcwt06w@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a13addbcbd5e..c0d49316a63d 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -431,6 +431,7 @@ config X86_MDFLD
431 select SPI 431 select SPI
432 select INTEL_SCU_IPC 432 select INTEL_SCU_IPC
433 select X86_PLATFORM_DEVICES 433 select X86_PLATFORM_DEVICES
434 select MFD_INTEL_MSIC
434 ---help--- 435 ---help---
435 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin 436 Medfield is Intel's Low Power Intel Architecture (LPIA) based Moblin
436 Internet Device(MID) platform. 437 Internet Device(MID) platform.