mmc: mediatek: permit to also build for Airoha arch
authorChristian Marangi <ansuelsmth@gmail.com>
Mon, 7 Apr 2025 20:01:49 +0000 (22:01 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 16 Apr 2025 22:51:45 +0000 (16:51 -0600)
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>
drivers/mmc/Kconfig

index 3ea665d..38867f3 100644 (file)
@@ -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.