From 5bb2c828420992357cfe66ceb6f4c3d4121ae1ce Mon Sep 17 00:00:00 2001 From: Shawn Guo Date: Tue, 22 Feb 2011 16:50:24 +0800 Subject: ARM: mxs/mx28evk: add mmc device Signed-off-by: Shawn Guo Acked-by: Wolfram Sang Tested-by: Marc Kleine-Budde [sha: updated to Uwes v4 version] Signed-off-by: Sascha Hauer --- arch/arm/mach-mxs/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-mxs/Kconfig') diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 9e8152652d42..4522fbb235d5 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -36,6 +36,7 @@ config MACH_MX28EVK select MXS_HAVE_PLATFORM_AUART select MXS_HAVE_PLATFORM_FEC select MXS_HAVE_PLATFORM_FLEXCAN + select MXS_HAVE_PLATFORM_MXS_MMC select MXS_HAVE_PLATFORM_MXSFB select MXS_OCOTP default y -- cgit