[U-Boot] [PATCH] i2c: Reflect correct dependency for !DM cadence driver

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
2314
Age (days ago)
2314
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Simek