From: Jan Kotas Date: Thu, 8 Dec 2016 09:47:58 +0000 (+0000) Subject: i2c: cadence: Allow Cadence I2C to be selected for Cadence Xtensa CPUs X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f8989783d7a4b076cf11eea1347ed068ff4c2c77;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Wolfram Sang --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 8e43914023df..0cdc8443deab 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.