Skip to content

Commit 11b2ce6

Browse files
Roman Kiryanovstorulf
Roman Kiryanov
authored andcommitted
mmc: host: Retire MMC_GOLDFISH
Android Studio Emulator no longer uses this driver, so let's drop it. Signed-off-by: Roman Kiryanov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent f8f007c commit 11b2ce6

File tree

3 files changed

+0
-553
lines changed

3 files changed

+0
-553
lines changed

drivers/mmc/host/Kconfig

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
621614
config MMC_SPI
622615
tristate "MMC/SD/SDIO over SPI"
623616
depends on SPI_MASTER

drivers/mmc/host/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o
3333
obj-$(CONFIG_MMC_TIFM_SD) += tifm_sd.o
3434
obj-$(CONFIG_MMC_MVSDIO) += mvsdio.o
3535
obj-$(CONFIG_MMC_DAVINCI) += davinci_mmc.o
36-
obj-$(CONFIG_MMC_GOLDFISH) += android-goldfish.o
3736
obj-$(CONFIG_MMC_SPI) += mmc_spi.o
3837
ifeq ($(CONFIG_OF),y)
3938
obj-$(CONFIG_MMC_SPI) += of_mmc_spi.o

0 commit comments

Comments
 (0)