[PATCH 11/13] Convert CONFIG_SYS_I2C_SOFT et al to Kconfig

2021-08-17 Thread Tom Rini
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 --- board/sunxi/board.c | 2 +- configs/Colombus_defconfig | 3 +++ configs/UTOO_P66_defconfig | 3 +++ configs

Re: [PATCH 11/13] Convert CONFIG_SYS_I2C_SOFT et al to Kconfig

2021-08-17 Thread Samuel Holland
Hi Tom, On 8/17/21 4:59 PM, Tom Rini wrote: > 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 > --- > board/sunxi/board.c | 2 +- > configs/Colombus_defconfig |

Re: [PATCH 11/13] Convert CONFIG_SYS_I2C_SOFT et al to Kconfig

2021-08-18 Thread Tom Rini
On Tue, Aug 17, 2021 at 11:35:53PM -0500, Samuel Holland wrote: > Hi Tom, > > On 8/17/21 4:59 PM, Tom Rini wrote: > > 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 > > --- > >