summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2022-07-26 11:40:44 +0300
committerStefano Babic <sbabic@denx.de>2022-07-26 12:29:00 +0300
commitc8671d274cffb7b603d7d01b2b7fae0d447eef69 (patch)
tree752fff2c9502fb8a9eb7eb1852714da8b2598681 /drivers/mmc
parentf79c162668d6110226599b4706e21bae6924dae6 (diff)
downloadu-boot-c8671d274cffb7b603d7d01b2b7fae0d447eef69.tar.xz
mmc: fsl_esdhc_imx: Support i.MX9
Support i.MX9 for fsl_esdhc_imx driver Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
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