diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2021-10-09 19:33:37 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2021-10-21 07:39:05 +0200 |
commit | 999ac22b59045d643028d7e66c17504143127628 (patch) | |
tree | 23556d7d9971a5cc6727cf1250acd2c362a57e09 /configs/uDPU_defconfig | |
parent | 3c36d745a8a20a1121da4c239d4eaf52a928fa59 (diff) | |
download | u-boot-999ac22b59045d643028d7e66c17504143127628.zip u-boot-999ac22b59045d643028d7e66c17504143127628.tar.gz u-boot-999ac22b59045d643028d7e66c17504143127628.tar.bz2 |
arm: mvebu: a3720: Create Kconfig option for I2C_MV
Move the config option CONFIG_I2C_MV to a Kconfig option
CONFIG_SYS_I2C_MV and move the default definition from config header
files into defconfigs.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/uDPU_defconfig')
-rw-r--r-- | configs/uDPU_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/uDPU_defconfig b/configs/uDPU_defconfig index 17278ae..fa2293b 100644 --- a/configs/uDPU_defconfig +++ b/configs/uDPU_defconfig @@ -54,6 +54,7 @@ CONFIG_CLK=y CONFIG_CLK_MVEBU=y CONFIG_DM_I2C=y CONFIG_DM_I2C_GPIO=y +CONFIG_SYS_I2C_MV=y CONFIG_MISC=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_SDMA=y |