Skip to content

Commit

Permalink
mmc: remove bfin_sdh driver
Browse files Browse the repository at this point in the history
The blackfin architecture is getting removed, so this one
is obsolete now as well.

Acked-by: Ulf Hansson <[email protected]>
Acked-by: Aaron Wu <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Mar 26, 2018
1 parent c957ea5 commit 7ec164a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 699 deletions.
19 changes: 0 additions & 19 deletions drivers/mmc/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -646,25 +646,6 @@ config MMC_VIA_SDMMC

If unsure, say N.

config SDH_BFIN
tristate "Blackfin Secure Digital Host support"
depends on (BF54x && !BF544) || (BF51x && !BF512)
help
If you say yes here you will get support for the Blackfin on-chip
Secure Digital Host interface. This includes support for MMC and
SD cards.

To compile this driver as a module, choose M here: the
module will be called bfin_sdh.

If unsure, say N.

config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND
bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround"
depends on SDH_BFIN
help
If you say yes here SD-Cards may work on the EZkit.

config MMC_CAVIUM_OCTEON
tristate "Cavium OCTEON SD/MMC Card Interface support"
depends on CAVIUM_OCTEON_SOC
Expand Down
1 change: 0 additions & 1 deletion drivers/mmc/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ obj-$(CONFIG_MMC_SDHI_SYS_DMAC) += renesas_sdhi_sys_dmac.o
obj-$(CONFIG_MMC_SDHI_INTERNAL_DMAC) += renesas_sdhi_internal_dmac.o
obj-$(CONFIG_MMC_CB710) += cb710-mmc.o
obj-$(CONFIG_MMC_VIA_SDMMC) += via-sdmmc.o
obj-$(CONFIG_SDH_BFIN) += bfin_sdh.o
octeon-mmc-objs := cavium.o cavium-octeon.o
obj-$(CONFIG_MMC_CAVIUM_OCTEON) += octeon-mmc.o
thunderx-mmc-objs := cavium.o cavium-thunderx.o
Expand Down
Loading

0 comments on commit 7ec164a

Please sign in to comment.