File tree Expand file tree Collapse file tree 3 files changed +0
-553
lines changed Expand file tree Collapse file tree 3 files changed +0
-553
lines changed Original file line number Diff line number Diff line change @@ -611,13 +611,6 @@ config MMC_DAVINCI
611611 If you have an DAVINCI board with a Multimedia Card slot,
612612 say Y or M here. If unsure, say N.
613613
614- config MMC_GOLDFISH
615- tristate "goldfish qemu Multimedia Card Interface support"
616- depends on GOLDFISH || COMPILE_TEST
617- help
618- This selects the Goldfish Multimedia card Interface emulation
619- found on the Goldfish Android virtual device emulation.
620-
621614config MMC_SPI
622615 tristate "MMC/SD/SDIO over SPI"
623616 depends on SPI_MASTER
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o
3333obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
3434obj-$(CONFIG_MMC_MVSDIO) += mvsdio.o
3535obj-$(CONFIG_MMC_DAVINCI) += davinci_mmc.o
36- obj-$(CONFIG_MMC_GOLDFISH) += android-goldfish.o
3736obj-$(CONFIG_MMC_SPI) += mmc_spi.o
3837ifeq ($(CONFIG_OF ) ,y)
3938obj-$(CONFIG_MMC_SPI) += of_mmc_spi.o
You can’t perform that action at this time.
0 commit comments