
9 Jan
2019
9 Jan
'19
noon
Setup proper DM_I2C dependency.
Signed-off-by: Michal Simek michal.simek@xilinx.com ---
drivers/i2c/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 1ef22e6bcde2..09079e02d2ca 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -453,6 +453,7 @@ config SYS_I2C_BUS_MAX config SYS_I2C_ZYNQ bool "Xilinx I2C driver" depends on ARCH_ZYNQMP || ARCH_ZYNQ + depends on !DM_I2C help Support for Xilinx I2C controller.
--
1.9.1