From: Ji Sheng Teoh Date: Tue, 23 Apr 2024 02:48:06 +0000 (+0800) Subject: i2c: cadence: Add RISCV architecture support X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29914dac94d490001bdfc5b9fdb8a5c29a724c1b;p=linux.git i2c: cadence: Add RISCV architecture support Add RISCV support to Cadence I2C Kconfig which is used in platform such as the StarFive JH8100. Signed-off-by: Eng Lee Teh Signed-off-by: Ji Sheng Teoh Signed-off-by: Andi Shyti --- diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig index 27d3ef565ca8b..a5aff29c559d0 100644 --- a/drivers/i2c/busses/Kconfig +++ b/drivers/i2c/busses/Kconfig @@ -508,7 +508,7 @@ config I2C_BRCMSTB config I2C_CADENCE tristate "Cadence I2C Controller" - depends on ARCH_ZYNQ || ARM64 || XTENSA || COMPILE_TEST + depends on ARCH_ZYNQ || ARM64 || XTENSA || RISCV || COMPILE_TEST help Say yes here to select Cadence I2C Host Controller. This controller is e.g. used by Xilinx Zynq.