aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2021-08-07 16:00:46 +0800
committerStefano Babic <sbabic@denx.de>2021-08-09 14:46:51 +0200
commit744c5fde977accbd29532a988da1782bdddb6f66 (patch)
tree398f090f9e1ad2c8f5857402a4a663a3ba51064c /drivers/mmc/Kconfig
parenta84dab4f70a47b17f92b36f8859d12b3083a0126 (diff)
downloadu-boot-744c5fde977accbd29532a988da1782bdddb6f66.zip
u-boot-744c5fde977accbd29532a988da1782bdddb6f66.tar.gz
u-boot-744c5fde977accbd29532a988da1782bdddb6f66.tar.bz2
drivers: mmc: fsl_esdhc_imx: support i.MX8ULP
i.MX8ULP reuse same SDHC IP as i.MX8M, so follow i.MX8M code logic. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 717ce5a..1569e8c 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -832,7 +832,7 @@ config FSL_ESDHC_IMX
config FSL_USDHC
bool "Freescale/NXP i.MX uSDHC controller support"
- depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMXRT
+ depends on MX6 || MX7 ||ARCH_MX7ULP || IMX8 || IMX8M || IMX8ULP || IMXRT
select FSL_ESDHC_IMX
help
This enables the Ultra Secured Digital Host Controller enhancements