diff options
author | Tom Rini <trini@konsulko.com> | 2021-11-07 22:59:37 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-12 14:18:17 -0500 |
commit | 1ed68f920439a85f708652bf4a150bf775875dda (patch) | |
tree | 15325e12823f93dd1f1857855a10258e733167da /configs/phycore-imx8mp_defconfig | |
parent | 75c995a1beea5fd857572457bb804acb6b0cb483 (diff) | |
download | u-boot-1ed68f920439a85f708652bf4a150bf775875dda.tar.gz u-boot-1ed68f920439a85f708652bf4a150bf775875dda.tar.bz2 u-boot-1ed68f920439a85f708652bf4a150bf775875dda.zip |
Convert CONFIG_FSL_USDHC to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_USDHC
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/phycore-imx8mp_defconfig')
-rw-r--r-- | configs/phycore-imx8mp_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/phycore-imx8mp_defconfig b/configs/phycore-imx8mp_defconfig index fdc136cc75..758c2881cb 100644 --- a/configs/phycore-imx8mp_defconfig +++ b/configs/phycore-imx8mp_defconfig @@ -81,7 +81,7 @@ CONFIG_MMC_IO_VOLTAGE=y CONFIG_MMC_UHS_SUPPORT=y CONFIG_MMC_HS400_ES_SUPPORT=y CONFIG_MMC_HS400_SUPPORT=y -CONFIG_FSL_ESDHC_IMX=y +CONFIG_FSL_USDHC=y CONFIG_PHYLIB=y CONFIG_PHY_TI_DP83867=y CONFIG_DM_ETH=y |