Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1538409 > unrolled thread

[PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs

Started byJan Kotas <jank@cadence.com>
First post2016-12-08 11:10 +0100
Last post2016-12-08 11:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs Jan Kotas <jank@cadence.com> - 2016-12-08 11:10 +0100

#1538409 — [PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs

FromJan Kotas <jank@cadence.com>
Date2016-12-08 11:10 +0100
Subject[PATCH] i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs
Message-ID<sM3Oh-4RM-3@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web