diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-22 03:50:24 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-25 08:33:28 -0400 |
commit | 5bb2c828420992357cfe66ceb6f4c3d4121ae1ce (patch) | |
tree | 25c7589886facd1e802251b8f48cf085f98facff /arch/arm/mach-mxs/Kconfig | |
parent | 1b6f1e885ef08c6fda87979a2ca05e910d479985 (diff) |
ARM: mxs/mx28evk: add mmc device
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Tested-by: Marc Kleine-Budde <mkl@pengutronix.de>
[sha: updated to Uwes v4 version]
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
36 | select MXS_HAVE_PLATFORM_AUART | 36 | select MXS_HAVE_PLATFORM_AUART |
37 | select MXS_HAVE_PLATFORM_FEC | 37 | select MXS_HAVE_PLATFORM_FEC |
38 | select MXS_HAVE_PLATFORM_FLEXCAN | 38 | select MXS_HAVE_PLATFORM_FLEXCAN |
39 | select MXS_HAVE_PLATFORM_MXS_MMC | ||
39 | select MXS_HAVE_PLATFORM_MXSFB | 40 | select MXS_HAVE_PLATFORM_MXSFB |
40 | select MXS_OCOTP | 41 | select MXS_OCOTP |
41 | default y | 42 | default y |