mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
mmc: mediatek: permit to also build for Airoha arch
Airoha new SoC implement the same Mediatek driver for MMC. Permit to also build for Airoha arch. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
committed by
Tom Rini
parent
28891f1214
commit
8b4253a85a
@@ -871,7 +871,7 @@ config FTSDC010_SDIO
|
||||
|
||||
config MMC_MTK
|
||||
bool "MediaTek SD/MMC Card Interface support"
|
||||
depends on ARCH_MEDIATEK || ARCH_MTMIPS
|
||||
depends on ARCH_MEDIATEK || ARCH_MTMIPS || ARCH_AIROHA
|
||||
depends on OF_CONTROL
|
||||
help
|
||||
This selects the MediaTek(R) Secure digital and Multimedia card Interface.
|
||||
|
||||
Reference in New Issue
Block a user