提交 d24b6939 编写于 作者: W Weijie Gao 提交者: Tom Rini

mmc: mtk-sd: add SD/MMC host controller driver for MT7623 SoC

This patch adds MT7623 host controller driver for accessing SD/MMC.

Cc: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: NWeijie Gao <weijie.gao@mediatek.com>
Signed-off-by: NRyder Lee <ryder.lee@mediatek.com>
Tested-by: NMatthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: NSimon Glass <sjg@chromium.org>
上级 60f633ef
......@@ -602,6 +602,17 @@ config FTSDC010_SDIO
help
This can enable ftsdc010 sdio function.
config MMC_MTK
bool "MediaTek SD/MMC Card Interface support"
depends on ARCH_MEDIATEK
depends on BLK && DM_MMC
depends on OF_CONTROL
help
This selects the MediaTek(R) Secure digital and Multimedia card Interface.
If you have a machine with a integrated SD/MMC card reader, say Y or M here.
This is needed if support for any SD/SDIO/MMC devices is required.
If unsure, say N.
endif
config TEGRA124_MMC_DISABLE_EXT_LOOPBACK
......
......@@ -65,3 +65,4 @@ obj-$(CONFIG_MMC_SUNXI) += sunxi_mmc.o
obj-$(CONFIG_MMC_UNIPHIER) += tmio-common.o uniphier-sd.o
obj-$(CONFIG_RENESAS_SDHI) += tmio-common.o renesas-sdhi.o
obj-$(CONFIG_MMC_BCM2835) += bcm2835_sdhost.o
obj-$(CONFIG_MMC_MTK) += mtk-sd.o
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册