File tree 3 files changed +0
-553
lines changed
3 files changed +0
-553
lines changed Original file line number Diff line number Diff line change @@ -611,13 +611,6 @@ config MMC_DAVINCI
611
611
If you have an DAVINCI board with a Multimedia Card slot,
612
612
say Y or M here. If unsure, say N.
613
613
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
-
621
614
config MMC_SPI
622
615
tristate "MMC/SD/SDIO over SPI"
623
616
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
33
33
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
34
34
obj-$(CONFIG_MMC_MVSDIO) += mvsdio.o
35
35
obj-$(CONFIG_MMC_DAVINCI) += davinci_mmc.o
36
- obj-$(CONFIG_MMC_GOLDFISH) += android-goldfish.o
37
36
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
38
37
ifeq ($(CONFIG_OF ) ,y)
39
38
obj-$(CONFIG_MMC_SPI) += of_mmc_spi.o
You can’t perform that action at this time.
0 commit comments