aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorWeijie Gao <weijie.gao@mediatek.com>2019-09-25 17:45:37 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2019-10-25 17:20:44 +0200
commit3c92a957eed490a8a5ccc12d7bf57c0141e71850 (patch)
treee1f58618de325ae476249ec267b1bbc9d1e42326 /drivers/mmc/Kconfig
parentcff0b044d2ccdb2af84eaa02f9188cde63c052fa (diff)
downloadu-boot-3c92a957eed490a8a5ccc12d7bf57c0141e71850.zip
u-boot-3c92a957eed490a8a5ccc12d7bf57c0141e71850.tar.gz
u-boot-3c92a957eed490a8a5ccc12d7bf57c0141e71850.tar.bz2
mmc: mtk-sd: add support for MediaTek MT7620/MT7628 SoCs
This patch adds mmc support for MediaTek MT7620/MT7628 SoCs. Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 18af076..85fd190 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -698,7 +698,7 @@ config FTSDC010_SDIO
config MMC_MTK
bool "MediaTek SD/MMC Card Interface support"
- depends on ARCH_MEDIATEK
+ depends on ARCH_MEDIATEK || ARCH_MTMIPS
depends on BLK && DM_MMC
depends on OF_CONTROL
help