Pārlūkot izejas kodu

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

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>
Jan Kotas 8 gadi atpakaļ
vecāks
revīzija
f8989783d7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      drivers/i2c/busses/Kconfig

+ 1 - 1
drivers/i2c/busses/Kconfig

@@ -426,7 +426,7 @@ config I2C_BLACKFIN_TWI_CLK_KHZ
 
 
 config I2C_CADENCE
 config I2C_CADENCE
 	tristate "Cadence I2C Controller"
 	tristate "Cadence I2C Controller"
-	depends on ARCH_ZYNQ || ARM64
+	depends on ARCH_ZYNQ || ARM64 || XTENSA
 	help
 	help
 	  Say yes here to select Cadence I2C Host Controller. This controller is
 	  Say yes here to select Cadence I2C Host Controller. This controller is
 	  e.g. used by Xilinx Zynq.
 	  e.g. used by Xilinx Zynq.