]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
mmc: Kconfig: allows m68k to use esdhc imx driver
authorAngelo Dureghello <angelo@kernel-space.org>
Mon, 23 Mar 2026 22:11:21 +0000 (23:11 +0100)
committerAngelo Dureghello <angelo@kernel-space.org>
Mon, 4 May 2026 20:19:49 +0000 (22:19 +0200)
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 <angelo@kernel-space.org>
---
Changes in v2:
- moved before menuconfig changes

drivers/mmc/Kconfig

index 22bd3a972bdfc54817927ba43e8349133cf1cdb9..24bd16ad5f3d1d93caef946b82ddfa476068bda0 100644 (file)
@@ -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.