i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ_SLAVE
[oweals/u-boot.git] / drivers / i2c / Kconfig
index 1c8b8f7b3e1f77dd652e745920846eda95c38c79..6200f1c1e1012df92ac9e83e78ce9bd7be84063f 100644 (file)
@@ -274,6 +274,13 @@ config SYS_I2C_ZYNQ
        help
          Support for Xilinx I2C controller.
 
+config SYS_I2C_ZYNQ_SLAVE
+       hex "Set slave addr"
+       depends on SYS_I2C_ZYNQ
+       default 0
+       help
+         Set CONFIG_SYS_I2C_ZYNQ_SLAVE for slave addr.
+
 config SYS_I2C_IHS
         bool "gdsys IHS I2C driver"
         depends on DM_I2C