Convert CONFIG_SYS_I2C_SPEED et al to Kconfig

This converts the following to Kconfig:
   CONFIG_SYS_I2C_SPEED
   CONFIG_SYS_I2C_SLAVE

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2021-08-18 23:12:32 -04:00
parent 1edef7693b
commit a5752f8a25
171 changed files with 193 additions and 174 deletions

View File

@@ -176,7 +176,7 @@ void board_init_f(ulong dummy)
enable_tzc380();
setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
setup_i2c(1, 100000, 0x7f, &i2c_pad_info1);
power_init_board();