diff options
author | Tom Rini | 2022-07-26 10:26:00 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-26 10:26:00 -0400 |
commit | 86feeab3dc71977afb70f595e42060ce324086d0 (patch) | |
tree | 687b9f2251d55f33eaab2d9d8805071eddf7ca6c /drivers/mmc | |
parent | e5f6fecda4a606acd2417fb537f331e37c757fa5 (diff) | |
parent | e29303993bad6c94954da7d5cd92b1d36cf2c80b (diff) |
Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220726
-------------------
i.MX for 2022.10
- Added i.MX93 architecture
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/12891
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 6e9fcf57510..95d63b62260 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 |