Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff984e57 authored by Wei WANG's avatar Wei WANG Committed by Samuel Ortiz
Browse files

mmc: Add realtek pcie sdmmc host driver



Realtek PCI-E SD/MMC card host driver is used to access SD/MMC card,
with the help of Realtek PCI-E card reader MFD driver.

Signed-off-by: default avatarWei WANG <wei_wang@realsil.com.cn>
Reviewed-by: default avatarArnd Bergmann <arnd@arndb.de>
Tested-by: default avatarBorislav Petkov <bp@alien8.de>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent ada8a8a1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -621,3 +621,10 @@ config MMC_USHC

	  Note: These controllers only support SDIO cards and do not
	  support MMC or SD memory cards.

config MMC_REALTEK_PCI
	tristate "Realtek PCI-E SD/MMC Card Interface Driver"
	depends on MFD_RTSX_PCI
	help
	  Say Y here to include driver code to support SD/MMC card interface
	  of Realtek PCI-E card reader
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,8 @@ obj-$(CONFIG_MMC_JZ4740) += jz4740_mmc.o
obj-$(CONFIG_MMC_VUB300)	+= vub300.o
obj-$(CONFIG_MMC_USHC)		+= ushc.o

obj-$(CONFIG_MMC_REALTEK_PCI)	+= rtsx_pci_sdmmc.o

obj-$(CONFIG_MMC_SDHCI_PLTFM)		+= sdhci-pltfm.o
obj-$(CONFIG_MMC_SDHCI_CNS3XXX)		+= sdhci-cns3xxx.o
obj-$(CONFIG_MMC_SDHCI_ESDHC_IMX)	+= sdhci-esdhc-imx.o
+1348 −0

File added.

Preview size limit exceeded, changes collapsed.