diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 23:12:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:07 -0400 |
commit | 15e7b7682474efb6504d6366bfd5b717f22f2f3a (patch) | |
tree | d33a919ad4b08a1038e5bea6bd9c183398c7e7ff /configs/pico-nymph-imx7d_defconfig | |
parent | a5752f8a2594613f96faac01748742de2ee06da2 (diff) | |
download | u-boot-15e7b7682474efb6504d6366bfd5b717f22f2f3a.tar.gz u-boot-15e7b7682474efb6504d6366bfd5b717f22f2f3a.tar.bz2 u-boot-15e7b7682474efb6504d6366bfd5b717f22f2f3a.zip |
Convert CONFIG_SYS_I2C_MXC et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_MXC
CONFIG_SYS_I2C_MXC_I2C1
CONFIG_SYS_I2C_MXC_I2C2
CONFIG_SYS_I2C_MXC_I2C3
CONFIG_SYS_I2C_MXC_I2C4
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pico-nymph-imx7d_defconfig')
-rw-r--r-- | configs/pico-nymph-imx7d_defconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configs/pico-nymph-imx7d_defconfig b/configs/pico-nymph-imx7d_defconfig index 41208c6c00..fb1834eb1f 100644 --- a/configs/pico-nymph-imx7d_defconfig +++ b/configs/pico-nymph-imx7d_defconfig @@ -6,6 +6,10 @@ CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_NR_DRAM_BANKS=1 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xC0000 +CONFIG_SYS_I2C_MXC_I2C1=y +CONFIG_SYS_I2C_MXC_I2C2=y +CONFIG_SYS_I2C_MXC_I2C3=y +CONFIG_SYS_I2C_MXC_I2C4=y CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="imx7d-pico-pi" CONFIG_TARGET_PICO_IMX7D=y @@ -55,6 +59,7 @@ CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_FASTBOOT_CMD_OEM_FORMAT=y CONFIG_SYS_I2C_LEGACY=y CONFIG_SPL_SYS_I2C_LEGACY=y +CONFIG_SYS_I2C_MXC=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y CONFIG_MTD=y |