diff options
author | Richard Zhu <Hong-Xing.Zhu@freescale.com> | 2011-02-28 12:32:02 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 19:29:20 +0100 |
commit | 772edeaec182fa98a2b4ed0753ca3dfd4f51d6a8 (patch) | |
tree | 875acc1857331f976e12bf8f670d16a7b6222f63 /arch/arm/mach-mx5/Kconfig | |
parent | ARM: imx51/53: add sdhc3/4 clock (diff) | |
download | linux-772edeaec182fa98a2b4ed0753ca3dfd4f51d6a8.tar.xz linux-772edeaec182fa98a2b4ed0753ca3dfd4f51d6a8.zip |
ARM: imx53_loco: add esdhc device support
Signed-off-by: Richard Zhao <richard.zhao@freescale.com>
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 f065a0d8d934..a72c833e7b4a 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig @@ -162,6 +162,7 @@ config MACH_MX53_LOCO select IMX_HAVE_PLATFORM_IMX2_WDT select IMX_HAVE_PLATFORM_IMX_I2C select IMX_HAVE_PLATFORM_IMX_UART + select IMX_HAVE_PLATFORM_SDHCI_ESDHC_IMX help Include support for MX53 LOCO platform. This includes specific configurations for the board and its peripherals. |