diff options
author | Arnaud Patard (Rtp) | 2010-10-27 14:40:49 +0200 |
---|---|---|
committer | Sascha Hauer | 2010-11-24 09:57:09 +0100 |
commit | a96eb148c74a09bc872b1490141d98811a3c7dbd (patch) | |
tree | a1006664a58d6da94a8334cf3be4168e2977c462 /arch/arm/mach-mx5/Kconfig | |
parent | 0a7d48712f9a279464d2587e52e60fdc81f9a65a (diff) |
efikamx: add mmc support
The efika mx is using a esdhc host for mmc support. Now that the sdhci
has support for it, enable it.
Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 95cb0a831478..0345abe79e29 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -81,6 +81,7 @@ endchoice config MACH_MX51_EFIKAMX bool "Support MX51 Genesi Efika MX nettop" + select IMX_HAVE_PLATFORM_ESDHC select IMX_HAVE_PLATFORM_IMX_UART help Include support for Genesi Efika MX nettop. This includes specific |