From: Peng Fan Date: Tue, 26 Jul 2022 08:40:44 +0000 (+0800) Subject: mmc: fsl_esdhc_imx: Support i.MX9 X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=c8671d274cffb7b603d7d01b2b7fae0d447eef69;p=u-boot.git mmc: fsl_esdhc_imx: Support i.MX9 Support i.MX9 for fsl_esdhc_imx driver Signed-off-by: Peng Fan --- diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 6e9fcf5751..95d63b6226 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -854,7 +854,7 @@ config FSL_ESDHC_IMX config FSL_USDHC bool "Freescale/NXP i.MX uSDHC controller support" - depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMX8ULP || IMXRT + depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMX8ULP || IMX9 || IMXRT select FSL_ESDHC_IMX help This enables the Ultra Secured Digital Host Controller enhancements