File tree Expand file tree Collapse file tree 4 files changed +1389
-0
lines changed Expand file tree Collapse file tree 4 files changed +1389
-0
lines changed Original file line number Diff line number Diff line change @@ -776,3 +776,11 @@ config MMC_TOSHIBA_PCI
776
776
tristate "Toshiba Type A SD/MMC Card Interface Driver"
777
777
depends on PCI
778
778
help
779
+
780
+ config MMC_MTK
781
+ tristate "MediaTek SD/MMC Card Interface support"
782
+ help
783
+ This selects the MediaTek(R) Secure digital and Multimedia card Interface.
784
+ If you have a machine with a integrated SD/MMC card reader, say Y or M here.
785
+ This is needed if support for any SD/SDIO/MMC devices is required.
786
+ If unsure, say N.
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ obj-$(CONFIG_MMC_SDHCI_F_SDH30) += sdhci_f_sdh30.o
20
20
obj-$(CONFIG_MMC_SDHCI_SPEAR) += sdhci-spear.o
21
21
obj-$(CONFIG_MMC_WBSD) += wbsd.o
22
22
obj-$(CONFIG_MMC_AU1X) += au1xmmc.o
23
+ obj-$(CONFIG_MMC_MTK) += mtk-sd.o
23
24
obj-$(CONFIG_MMC_OMAP) += omap.o
24
25
obj-$(CONFIG_MMC_OMAP_HS) += omap_hsmmc.o
25
26
obj-$(CONFIG_MMC_ATMELMCI) += atmel-mci.o
You can’t perform that action at this time.
0 commit comments