projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58dc4a9
)
i2c: Reflect correct dependency for !DM cadence driver
author
Michal Simek
<michal.simek@xilinx.com>
Wed, 9 Jan 2019 11:00:32 +0000
(12:00 +0100)
committer
Heiko Schocher
<hs@denx.de>
Tue, 15 Jan 2019 08:06:46 +0000
(09:06 +0100)
Setup proper DM_I2C dependency.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/i2c/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/Kconfig
b/drivers/i2c/Kconfig
index 536617115a2c71b23fb0bd4e6e8b2f6e66d9144a..7579eb8755cb770666008157e452d879f122eafe 100644
(file)
--- 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.