From: Christian Marangi Date: Mon, 7 Apr 2025 20:01:49 +0000 (+0200) Subject: mmc: mediatek: permit to also build for Airoha arch X-Git-Tag: v2025.07-rc1~53^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b4253a85a2bba1c939e0b3bc1dcbad575dfb20d;p=pandora-u-boot.git 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 --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 3ea665d974d..38867f30a7e 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -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.