浏览代码

i2c: Reflect correct dependency for !DM cadence driver

Setup proper DM_I2C dependency.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Michal Simek 5 年之前
父节点
当前提交
1d7b6a5c4f
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/i2c/Kconfig

+ 1 - 0
drivers/i2c/Kconfig

@@ -459,6 +459,7 @@ config SYS_I2C_XILINX_XIIC
 config SYS_I2C_ZYNQ
 	bool "Xilinx I2C driver"
 	depends on ARCH_ZYNQMP || ARCH_ZYNQ
+	depends on !DM_I2C
 	help
 	  Support for Xilinx I2C controller.