Re: [U-Boot] [PATCH V3 6/7] i2c: Kconfig: Add SYS_I2C_S3C24X0 entry

2017-01-19 Thread Simon Glass
On 8 January 2017 at 22:47, Jaehoon Chung wrote: > Adding Kconfig for SYS_I2C_S3C24X0. > > Signed-off-by: Jaehoon Chung > --- > drivers/i2c/Kconfig | 5 + > 1 file changed, 5 insertions(+) Reviewed-by: Simon Glass

[U-Boot] [PATCH V3 6/7] i2c: Kconfig: Add SYS_I2C_S3C24X0 entry

2017-01-08 Thread Jaehoon Chung
Adding Kconfig for SYS_I2C_S3C24X0. Signed-off-by: Jaehoon Chung --- drivers/i2c/Kconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 051f911..71cc173 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig