diff mbox series

[4/6] MIPS: eyeq6_defconfig: add cadence MMC/SDHCI driver

Message ID 4deef2c41a8b7d41259db291a6a1401588bb8752.1750156323.git.benoit.monin@bootlin.com
State New
Headers show
Series Add MMC support for Mobileye EyeQ5 and EyeQ6 SoCs | expand

Commit Message

Benoît Monin June 17, 2025, 1:25 p.m. UTC
Enable MMC support on eyeQ6 platform so it can be used as the root
partition.

Signed-off-by: Benoît Monin <benoit.monin@bootlin.com>
---
 arch/mips/configs/eyeq6_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/mips/configs/eyeq6_defconfig b/arch/mips/configs/eyeq6_defconfig
index 0afbb45a78e8..0a00a201937b 100644
--- a/arch/mips/configs/eyeq6_defconfig
+++ b/arch/mips/configs/eyeq6_defconfig
@@ -82,6 +82,8 @@  CONFIG_HID_MICROSOFT=y
 CONFIG_HID_MONTEREY=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_PLTFM=y
+CONFIG_MMC_SDHCI_CADENCE=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_RESET_CONTROLLER=y
 # CONFIG_NVMEM is not set