From 92c8047f24d571a34f8159ee48211d1014797c9d Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Mon, 7 Apr 2025 22:01:51 +0200 Subject: [PATCH] airoha: Add eMMC config to defconfig Enable Mediatek MMC driver in Airoha AN7581 EVB defconfig to add support for it in default images. Signed-off-by: Christian Marangi --- configs/an7581_evb_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/an7581_evb_defconfig b/configs/an7581_evb_defconfig index f5bd647cb6e..fa41a4bca97 100644 --- a/configs/an7581_evb_defconfig +++ b/configs/an7581_evb_defconfig @@ -77,3 +77,4 @@ CONFIG_SPI=y CONFIG_DM_SPI=y CONFIG_SHA512=y CONFIG_AIROHA_ETH=y +CONFIG_MMC_MTK=y -- 2.39.5