All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] i2c: Reflect correct dependency for !DM cadence driver
@ 2019-01-09 11:00 Michal Simek
  0 siblings, 0 replies; only message in thread
From: Michal Simek @ 2019-01-09 11:00 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-01-09 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09 11:00 [U-Boot] [PATCH] i2c: Reflect correct dependency for !DM cadence driver Michal Simek

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.