projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b880cca
)
i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs
author
Jan Kotas
<jank@cadence.com>
Thu, 8 Dec 2016 09:47:58 +0000
(09:47 +0000)
committer
Wolfram Sang
<wsa@the-dreams.de>
Sun, 11 Dec 2016 21:56:30 +0000
(22:56 +0100)
This patch allows Cadence I2C controller to be selected in systems using Cadence Xtensa processors.
Signed-off-by: Jan Kotas <jank@cadence.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/i2c/busses/Kconfig
b/drivers/i2c/busses/Kconfig
index
8e43914
..
0cdc844
100644
(file)
--- a/
drivers/i2c/busses/Kconfig
+++ b/
drivers/i2c/busses/Kconfig
@@
-426,7
+426,7
@@
config I2C_BLACKFIN_TWI_CLK_KHZ
config I2C_CADENCE
tristate "Cadence I2C Controller"
- depends on ARCH_ZYNQ || ARM64
+ depends on ARCH_ZYNQ || ARM64
|| XTENSA
help
Say yes here to select Cadence I2C Host Controller. This controller is
e.g. used by Xilinx Zynq.