diff options
author | Shawn Guo <shawn.gsc@gmail.com> | 2010-10-21 12:23:44 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-10-21 16:42:34 -0400 |
commit | 6207c833940dd9183719f6428099f389a2a7d98e (patch) | |
tree | 89af1a2f321ba9372d514742bb0e6c9c68d1b812 /arch/arm/mach-mx3/Kconfig | |
parent | 7223066c3bd927c47673d21fd5e4774b7c4d8346 (diff) |
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 | |||
145 | select ARCH_MX35 | 145 | select ARCH_MX35 |
146 | select IMX_HAVE_PLATFORM_IMX_UART | 146 | select IMX_HAVE_PLATFORM_IMX_UART |
147 | select IMX_HAVE_PLATFORM_MXC_NAND | 147 | select IMX_HAVE_PLATFORM_MXC_NAND |
148 | select IMX_HAVE_PLATFORM_ESDHC | ||
148 | default n | 149 | default n |
149 | help | 150 | help |
150 | Include support for MX35PDK platform. This includes specific | 151 | Include support for MX35PDK platform. This includes specific |