From: Vipul Kumar Date: Fri, 16 Feb 2018 13:37:17 +0000 (+0530) Subject: i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ X-Git-Tag: v2018.03-rc4~21^2~8 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=38a69e96b39adb6f47baaa272f266b1fa1be512e;p=u-boot i2c: Added Kconfig support for CONFIG_SYS_I2C_ZYNQ This patch added Kconfig support for CONFIG_SYS_I2C_ZYNQ. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 9d43690503..1c8b8f7b3e 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -268,6 +268,12 @@ config SYS_I2C_BUS_MAX help Define the maximum number of available I2C buses. +config SYS_I2C_ZYNQ + bool "Xilinx I2C driver" + depends on ARCH_ZYNQMP || ARCH_ZYNQ + help + Support for Xilinx I2C controller. + config SYS_I2C_IHS bool "gdsys IHS I2C driver" depends on DM_I2C