aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2013-04-08 17:28:06 -0400
committerChris Ball <cjb@laptop.org>2013-04-12 15:13:20 -0400
commitc7ceab02543f8a03b4df3d4465b089c8117a5e09 (patch)
treee0f5c814df834f79e55736b0a5c0c2d40ecd5ca6 /drivers/mmc/host/Kconfig
parent70aa6109597ea6955a93f16430b588b5ee5ba547 (diff)
mmc: mxcmmc: add mpc512x SDHC support
The SDHC controller on mpc512x is compatible with i.MX31 SDHC, so the mxcmmc driver can be used on mpc512x, too. Extend the driver to support mpc512x as well. Signed-off-by: Anatolij Gustschin <agust@denx.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index f83f2454e33b..9ab8f8dee942 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -320,12 +320,12 @@ config MMC_MSM
320 support for SDIO devices. 320 support for SDIO devices.
321 321
322config MMC_MXC 322config MMC_MXC
323 tristate "Freescale i.MX21/27/31 Multimedia Card Interface support" 323 tristate "Freescale i.MX21/27/31 or MPC512x Multimedia Card support"
324 depends on ARCH_MXC 324 depends on ARCH_MXC || PPC_MPC512x
325 help 325 help
326 This selects the Freescale i.MX21, i.MX27 and i.MX31 Multimedia card 326 This selects the Freescale i.MX21, i.MX27, i.MX31 or MPC512x
327 Interface. If you have a i.MX platform with a Multimedia Card slot, 327 Multimedia Card Interface. If you have an i.MX or MPC512x platform
328 say Y or M here. 328 with a Multimedia Card slot, say Y or M here.
329 329
330 If unsure, say N. 330 If unsure, say N.
331 331