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

Vipul Kumar vipul.kumar at xilinx.com
Fri Feb 16 13:37:16 UTC 2018


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(-)

--
2.7.4

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


More information about the U-Boot mailing list