Skip to content

Commit c7f6558

Browse files
roger-tttsengcjb
authored andcommitted
mmc: Add realtek USB sdmmc host driver
Realtek USB SD/MMC host driver provides mmc host support based on the Realtek USB card reader MFD driver. Signed-off-by: Roger Tseng <[email protected]> Signed-off-by: Ulf Hansson <[email protected]> Signed-off-by: Chris Ball <[email protected]>
1 parent 3beef62 commit c7f6558

File tree

3 files changed

+1463
-0
lines changed

3 files changed

+1463
-0
lines changed

drivers/mmc/host/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,3 +694,10 @@ config MMC_REALTEK_PCI
694694
help
695695
Say Y here to include driver code to support SD/MMC card interface
696696
of Realtek PCI-E card reader
697+
698+
config MMC_REALTEK_USB
699+
tristate "Realtek USB SD/MMC Card Interface Driver"
700+
depends on MFD_RTSX_USB
701+
help
702+
Say Y here to include driver code to support SD/MMC card interface
703+
of Realtek RTS5129/39 series card reader

drivers/mmc/host/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ obj-$(CONFIG_MMC_USHC) += ushc.o
5252
obj-$(CONFIG_MMC_WMT) += wmt-sdmmc.o
5353

5454
obj-$(CONFIG_MMC_REALTEK_PCI) += rtsx_pci_sdmmc.o
55+
obj-$(CONFIG_MMC_REALTEK_USB) += rtsx_usb_sdmmc.o
5556

5657
obj-$(CONFIG_MMC_SDHCI_PLTFM) += sdhci-pltfm.o
5758
obj-$(CONFIG_MMC_SDHCI_CNS3XXX) += sdhci-cns3xxx.o

0 commit comments

Comments
 (0)