[U-Boot] [UBOOT PATCH 0/6] i2c: Moved i2c u-boot headers to Kconfig

Michal Simek michal.simek at xilinx.com
Mon Feb 26 10:20:40 UTC 2018


On 16.2.2018 14:37, Vipul Kumar wrote:
> This series of patch moved i2c u-boot headers to
> the Kconfig and enabled in respective defconfig.
> 
> These are the configs:
> -CONFIG_SYS_I2C_ZYNQ
> -CONFIG_SYS_I2C_ZYNQ_SLAVE
> -CONFIG_SYS_I2C_ZYNQ_SPEED
> -CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET
> -CONFIG_ZYNQ_I2C0
> -CONFIG_ZYNQ_I2C1
> 
> Vipul Kumar (6):
>   i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ
>   i2c: Enabled CONFIG_SYS_I2C_ZYNQ in the respective defconfig
>   i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE
>   i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SPEED
>   i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET
>   i2c: Added kconfig support for CONFIG_ZYNQ_I2C0 and CONFIG_ZYNQ_I2C1
> 
>  configs/syzygy_hub_defconfig                  |  3 +++
>  configs/topic_miami_defconfig                 |  3 +++
>  configs/topic_miamilite_defconfig             |  3 +++
>  configs/topic_miamiplus_defconfig             |  3 +++
>  configs/xilinx_zynqmp_zcu102_rev1_0_defconfig |  4 ++++
>  configs/xilinx_zynqmp_zcu102_revA_defconfig   |  4 ++++
>  configs/xilinx_zynqmp_zcu102_revB_defconfig   |  4 ++++
>  configs/zynq_zc702_defconfig                  |  2 ++
>  configs/zynq_zc706_defconfig                  |  2 ++
>  configs/zynq_zybo_defconfig                   |  4 ++++
>  drivers/i2c/Kconfig                           | 30 +++++++++++++++++++++++++++
>  drivers/misc/Kconfig                          |  6 ++++++
>  include/configs/syzygy_hub.h                  |  2 --
>  include/configs/topic_miami.h                 |  2 --
>  include/configs/xilinx_zynqmp.h               |  2 --
>  include/configs/xilinx_zynqmp_zcu102.h        |  4 ----
>  include/configs/zynq-common.h                 |  6 ------
>  include/configs/zynq_zc70x.h                  |  1 -
>  include/configs/zynq_zybo.h                   |  3 ---
>  19 files changed, 68 insertions(+), 20 deletions(-)
> 

Applied the whole series with two fixes.

Thanks,
Michal


More information about the U-Boot mailing list