diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-17 17:59:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:06 -0400 |
commit | de6957256980d9aa1bf11585e6e5b4740d3ccb97 (patch) | |
tree | 4204fc42c9bb04893beb2cf4e030010185d6182a /configs/Colombus_defconfig | |
parent | 88cd7d0ea961ca11b1eeaaea8b7811573b103abb (diff) | |
download | u-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.tar.gz u-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.tar.bz2 u-boot-de6957256980d9aa1bf11585e6e5b4740d3ccb97.zip |
Convert CONFIG_SYS_I2C_SOFT et al to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_I2C_SOFT
CONFIG_SYS_I2C_SOFT_SPEED
CONFIG_SYS_I2C_SOFT_SLAVE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/Colombus_defconfig')
-rw-r--r-- | configs/Colombus_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/Colombus_defconfig b/configs/Colombus_defconfig index a6b3bd438a..0542520a0e 100644 --- a/configs/Colombus_defconfig +++ b/configs/Colombus_defconfig @@ -17,6 +17,9 @@ CONFIG_VIDEO_LCD_PANEL_I2C_SDA="PA23" CONFIG_VIDEO_LCD_PANEL_I2C_SCL="PA24" CONFIG_VIDEO_LCD_PANEL_EDP_4_LANE_1620M_VIA_ANX9804=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_SYS_I2C_SOFT=y +CONFIG_SYS_I2C_SOFT_SPEED=50000 +CONFIG_SYS_I2C_SOFT_SLAVE=0x00 CONFIG_PHY_REALTEK=y CONFIG_ETH_DESIGNWARE=y CONFIG_RGMII=y |