summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Makefile
diff options
context:
space:
mode:
authorSahitya Tummala2010-07-29 13:28:01 +0200
committerDaniel Walker2010-08-10 01:06:04 +0200
commiteba3f13716740c8a4bc12a987d3391a3c1f79e66 (patch)
tree22a38e70ca1aef65798b7b4b74a75aea0e271bed /drivers/mmc/host/Makefile
parentmmc: msm_sdcc: Compile the driver for msm7x30 (diff)
downloadkernel-qcow2-linux-eba3f13716740c8a4bc12a987d3391a3c1f79e66.tar.gz
kernel-qcow2-linux-eba3f13716740c8a4bc12a987d3391a3c1f79e66.tar.xz
kernel-qcow2-linux-eba3f13716740c8a4bc12a987d3391a3c1f79e66.zip
mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSM
SD/MMC host controller driver is same for all MSM and QSD platforms. Hence, rename the config to reflect the same. Signed-off-by: Sahitya Tummala <stummala@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Diffstat (limited to 'drivers/mmc/host/Makefile')
-rw-r--r--drivers/mmc/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/Makefile b/drivers/mmc/host/Makefile
index e30c2ee48894..deb19186ff2e 100644
--- a/drivers/mmc/host/Makefile
+++ b/drivers/mmc/host/Makefile
@@ -22,7 +22,7 @@ obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o
obj-$(CONFIG_MMC_AT91) += at91_mci.o
obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
-obj-$(CONFIG_MMC_MSM7X00A) += msm_sdcc.o
+obj-$(CONFIG_MMC_MSM) += msm_sdcc.o
obj-$(CONFIG_MMC_MVSDIO) += mvsdio.o
obj-$(CONFIG_MMC_DAVINCI) += davinci_mmc.o
obj-$(CONFIG_MMC_SPI) += mmc_spi.o