diff options
author | Adam Ford <aford173@gmail.com> | 2019-08-14 07:23:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-23 16:42:38 -0400 |
commit | 3f70bef1b8c2519fe34a16937457342629303e62 (patch) | |
tree | 4c1ccb0c64c286a29cdb59eceb7622872695a12d /configs/mx6sxsabresd_spl_defconfig | |
parent | 057055660fd52cc52c6dfe2ac67dc6ae3040c71f (diff) |
Convert CONFIG_FSL_USDHC to Kconfig
This converts the following to Kconfig:
CONFIG_FSL_USDHC
Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Add IMX8M, TARGET_S32V234EVB to FSL_USDHC list]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/mx6sxsabresd_spl_defconfig')
-rw-r--r-- | configs/mx6sxsabresd_spl_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6sxsabresd_spl_defconfig b/configs/mx6sxsabresd_spl_defconfig index 21c936648c..82093af750 100644 --- a/configs/mx6sxsabresd_spl_defconfig +++ b/configs/mx6sxsabresd_spl_defconfig @@ -47,7 +47,7 @@ CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y CONFIG_DM_GPIO=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y -CONFIG_FSL_ESDHC_IMX=y +CONFIG_FSL_USDHC=y CONFIG_PHYLIB=y CONFIG_MII=y CONFIG_PCI=y |