diff options
author | Shawn Guo <shawn.gsc@gmail.com> | 2010-10-21 18:23:44 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-21 22:42:34 +0200 |
commit | 6207c833940dd9183719f6428099f389a2a7d98e (patch) | |
tree | 89af1a2f321ba9372d514742bb0e6c9c68d1b812 /arch/arm/mach-mx3/Kconfig | |
parent | babbage: esdhc device registration (diff) | |
download | linux-6207c833940dd9183719f6428099f389a2a7d98e.tar.xz linux-6207c833940dd9183719f6428099f389a2a7d98e.zip |
mx35_3ds: add mmc support
Update mx35_3ds board support to register esdhc device
Signed-off-by: Shawn Guo <shawn.gsc@gmail.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 096fd33f8ab9..f50b489aa109 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -145,6 +145,7 @@ config MACH_MX35_3DS select ARCH_MX35 select IMX_HAVE_PLATFORM_IMX_UART select IMX_HAVE_PLATFORM_MXC_NAND + select IMX_HAVE_PLATFORM_ESDHC default n help Include support for MX35PDK platform. This includes specific |