diff options
| author | Christian Marangi <[email protected]> | 2025-04-07 22:01:51 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-04-16 16:51:45 -0600 |
| commit | 92c8047f24d571a34f8159ee48211d1014797c9d (patch) | |
| tree | 7d5ee965983d07c9d9629dba5d0729b34ec981a9 | |
| parent | 132f80803e7ab85f11db5c6a7f5c464504e66a99 (diff) | |
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 <[email protected]>
| -rw-r--r-- | configs/an7581_evb_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
