Skip to content

Commit

Permalink
mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sahitya Tummala authored and Daniel Walker committed Aug 9, 2010
1 parent edd4dd0 commit eba3f13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,13 @@ config MMC_IMX

If unsure, say N.

config MMC_MSM7X00A
tristate "Qualcomm MSM 7X00A SDCC Controller Support"
config MMC_MSM
tristate "Qualcomm SDCC Controller Support"
depends on MMC && ARCH_MSM
help
This provides support for the SD/MMC cell found in the
MSM 7X00A controllers from Qualcomm.
MSM and QSD SOCs from Qualcomm. The controller also has
support for SDIO devices.

config MMC_MXC
tristate "Freescale i.MX2/3 Multimedia Card Interface support"
Expand Down
2 changes: 1 addition & 1 deletion drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eba3f13

Please sign in to comment.