From: Christian Marangi Date: Mon, 7 Apr 2025 20:01:51 +0000 (+0200) Subject: airoha: Add eMMC config to defconfig X-Git-Tag: v2025.07-rc1~53^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c8047f24d571a34f8159ee48211d1014797c9d;p=pandora-u-boot.git 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 --- 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