From: Vignesh R Date: Tue, 4 Jun 2019 23:08:11 +0000 (-0500) Subject: i2c: omap24xx_i2c: Adapt driver to support K3 devices X-Git-Tag: v2019.10-rc1~25^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=14106bcadb98b7db5c1c585dc57c566ca21e871a;p=platform%2Fkernel%2Fu-boot.git i2c: omap24xx_i2c: Adapt driver to support K3 devices K3 devices have I2C IP that is same as OMAP2+ family. Allow driver to be compiled for ARCH_K3. Signed-off-by: Vignesh R Signed-off-by: Andreas Dannenberg Reviewed-by: Heiko Schocher Reviewed-by: Lokesh Vutla --- diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 095a9bc..4772db3 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -330,7 +330,7 @@ endif config SYS_I2C_OMAP24XX bool "TI OMAP2+ I2C driver" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || ARCH_K3 help Add support for the OMAP2+ I2C driver.