Re: [U-Boot] [PATCH 6/6] configs: trats: enable the CONFIG_DM_I2C_GPIO

2017-03-31 Thread Simon Glass
On 30 March 2017 at 06:30, Jaehoon Chung wrote: > Enable the CONFIG_DM_I2C_GPIO for using i2c gpio > > Signed-off-by: Jaehoon Chung > --- > configs/trats_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configs/trats_defconfig

[U-Boot] [PATCH 6/6] configs: trats: enable the CONFIG_DM_I2C_GPIO

2017-03-30 Thread Jaehoon Chung
Enable the CONFIG_DM_I2C_GPIO for using i2c gpio Signed-off-by: Jaehoon Chung --- configs/trats_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/trats_defconfig b/configs/trats_defconfig index 2be05ff..23024fd 100644 --- a/configs/trats_defconfig +++