All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs
@ 2016-12-08  9:47 ` Jan Kotas
  0 siblings, 0 replies; 3+ messages in thread
From: Jan Kotas @ 2016-12-08  9:47 UTC (permalink / raw)
  To: wsa, linux-i2c, linux-kernel; +Cc: Jan Kotas

This patch allows Cadence I2C controller to be selected in systems using Cadence Xtensa processors.

Signed-off-by: Jan Kotas <jank@cadence.com>
---
 drivers/i2c/busses/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index d252276..87271c3 100644
--- 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.
-- 
2.4.5

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-11 21:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-08  9:47 [PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs Jan Kotas
2016-12-08  9:47 ` Jan Kotas
2016-12-11 21:57 ` Wolfram Sang

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.