From: Angelo Dureghello Date: Mon, 23 Mar 2026 22:11:21 +0000 (+0100) Subject: mmc: Kconfig: allows m68k to use esdhc imx driver X-Git-Tag: v2026.07-rc2~23^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc4c0cbc29d80a570d49f88bb8d109a102d90ea9;p=thirdparty%2Fu-boot.git mmc: Kconfig: allows m68k to use esdhc imx driver Allow cpu families as mcf5441x (m68k) to use the fsl_esdhc_imx driver since the hardware ip module is the same. Signed-off-by: Angelo Dureghello --- Changes in v2: - moved before menuconfig changes --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 22bd3a972bd..24bd16ad5f3 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -924,7 +924,7 @@ config ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE config FSL_ESDHC_IMX bool "Freescale/NXP i.MX eSDHC controller support" - depends on MACH_IMX + depends on MACH_IMX || M68K help This selects support for the i.MX eSDHC (Enhanced Secure Digital Host Controller) found on numerous Freescale/NXP SoCs.