Skip to content

Commit c7b9f01

Browse files
arndbstorulf
authored andcommitted
mmc: remove sirf prima/atlas driver
The CSR SiRF prima2/atlas platforms are getting removed, so this driver is no longer needed. Cc: Barry Song <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Barry Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent e55f2cf commit c7b9f01

File tree

4 files changed

+0
-266
lines changed

4 files changed

+0
-266
lines changed

Documentation/devicetree/bindings/mmc/sdhci-sirf.txt

-18
This file was deleted.

drivers/mmc/host/Kconfig

-12
Original file line numberDiff line numberDiff line change
@@ -326,18 +326,6 @@ config MMC_SDHCI_S3C
326326

327327
If unsure, say N.
328328

329-
config MMC_SDHCI_SIRF
330-
tristate "SDHCI support on CSR SiRFprimaII and SiRFmarco SoCs"
331-
depends on ARCH_SIRF || COMPILE_TEST
332-
depends on MMC_SDHCI_PLTFM
333-
select MMC_SDHCI_IO_ACCESSORS
334-
help
335-
This selects the SDHCI support for SiRF System-on-Chip devices.
336-
337-
If you have a controller with this interface, say Y or M here.
338-
339-
If unsure, say N.
340-
341329
config MMC_SDHCI_PXAV3
342330
tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
343331
depends on CLKDEV_LOOKUP

drivers/mmc/host/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ obj-$(CONFIG_MMC_SDHCI_ACPI) += sdhci-acpi.o
1919
obj-$(CONFIG_MMC_SDHCI_PXAV3) += sdhci-pxav3.o
2020
obj-$(CONFIG_MMC_SDHCI_PXAV2) += sdhci-pxav2.o
2121
obj-$(CONFIG_MMC_SDHCI_S3C) += sdhci-s3c.o
22-
obj-$(CONFIG_MMC_SDHCI_SIRF) += sdhci-sirf.o
2322
obj-$(CONFIG_MMC_SDHCI_F_SDH30) += sdhci_f_sdh30.o
2423
obj-$(CONFIG_MMC_SDHCI_MILBEAUT) += sdhci-milbeaut.o
2524
obj-$(CONFIG_MMC_SDHCI_SPEAR) += sdhci-spear.o

drivers/mmc/host/sdhci-sirf.c

-235
This file was deleted.

0 commit comments

Comments
 (0)