9
0
Fork 0

mci i.MX23/28: rename driver to mxs.c

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-02-25 10:22:03 +01:00
parent fdd07ccfd4
commit 246dbb3001
3 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ config MCI_INFO
comment "--- MCI host drivers ---"
config MCI_STM378X
config MCI_MXS
bool "i.MX23/i.MX28"
depends on ARCH_MXS
help

View File

@ -1,5 +1,5 @@
obj-$(CONFIG_MCI) += mci-core.o
obj-$(CONFIG_MCI_STM378X) += stm378x.o
obj-$(CONFIG_MCI_MXS) += mxs.o
obj-$(CONFIG_MCI_S3C) += s3c.o
obj-$(CONFIG_MCI_IMX) += imx.o
obj-$(CONFIG_MCI_IMX_ESDHC) += imx-esdhc.o