Skip to content

Commit c5413ad

Browse files
oleremstorulf
authored andcommitted
mmc: add new Alcor Micro Cardreader SD/MMC driver
This driver provides support for Alcor Micro AU6601 and AU6621 SD/MMC controller. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 4f556bc commit c5413ad

File tree

3 files changed

+1173
-0
lines changed

3 files changed

+1173
-0
lines changed

drivers/mmc/host/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,13 @@ config MMC_WBSD
441441

442442
If unsure, say N.
443443

444+
config MMC_ALCOR
445+
tristate "Alcor Micro/Alcor Link SD/MMC controller"
446+
depends on MISC_ALCOR_PCI
447+
help
448+
Say Y here to include driver code to support SD/MMC card interface
449+
of Alcor Micro PCI-E card reader
450+
444451
config MMC_AU1X
445452
tristate "Alchemy AU1XX0 MMC Card Interface support"
446453
depends on MIPS_ALCHEMY

drivers/mmc/host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ obj-$(CONFIG_MMC_SDHCI_F_SDH30) += sdhci_f_sdh30.o
2424
obj-$(CONFIG_MMC_SDHCI_SPEAR) += sdhci-spear.o
2525
obj-$(CONFIG_MMC_WBSD) += wbsd.o
2626
obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
27+
obj-$(CONFIG_MMC_ALCOR) += alcor.o
2728
obj-$(CONFIG_MMC_MTK) += mtk-sd.o
2829
obj-$(CONFIG_MMC_OMAP) += omap.o
2930
obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o

0 commit comments

Comments
 (0)