diff options
author | Tom Rini | 2022-07-31 21:08:25 -0400 |
---|---|---|
committer | Tom Rini | 2022-08-12 16:10:49 -0400 |
commit | 7ae1e6a3a39471fd9bed6b94e887747d8719b87a (patch) | |
tree | 4f5743f52caa7d86c3c635ea36e989861bf716cb /configs/pico-imx6_defconfig | |
parent | 8b549c0b23619afbc9b8d26379710ecb937e20e2 (diff) |
Convert CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pico-imx6_defconfig')
-rw-r--r-- | configs/pico-imx6_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pico-imx6_defconfig b/configs/pico-imx6_defconfig index 086b3ee3ab2..45f72d7e1e6 100644 --- a/configs/pico-imx6_defconfig +++ b/configs/pico-imx6_defconfig @@ -72,6 +72,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x10000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_SUPPORT_EMMC_BOOT=y +CONFIG_SYS_FSL_ESDHC_HAS_DDR_MODE=y CONFIG_FSL_USDHC=y CONFIG_PHYLIB=y CONFIG_PHY_ATHEROS=y |