diff options
author | Michal Simek <michal.simek@xilinx.com> | 2019-01-09 12:00:32 +0100 |
---|---|---|
committer | Heiko Schocher <hs@denx.de> | 2019-01-15 09:06:46 +0100 |
commit | 1d7b6a5c4f879dd36ac07ad76ec31eb4fcd2b65b (patch) | |
tree | 9d0ea99cb1a2060010d9d073db22791c7d9f293a /drivers | |
parent | 58dc4a99b7f55fa906f1f797c51fb63daccf8a6d (diff) | |
download | u-boot-1d7b6a5c4f879dd36ac07ad76ec31eb4fcd2b65b.tar.gz |
i2c: Reflect correct dependency for !DM cadence driver
Setup proper DM_I2C dependency.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/i2c/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 536617115a..7579eb8755 100644 --- a/drivers/i2c/Kconfig +++ b/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. |