summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVignesh R <[email protected]>2019-06-04 18:08:11 -0500
committerTom Rini <[email protected]>2019-07-17 11:12:54 -0400
commit14106bcadb98b7db5c1c585dc57c566ca21e871a (patch)
treea5365eff8cd41c8e22a4b4a9ecebb052880e3f6f
parentb5d2e2980b4a4411c9162790eb29746fb5b53d83 (diff)
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 <[email protected]> Signed-off-by: Andreas Dannenberg <[email protected]> Reviewed-by: Heiko Schocher <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]>
-rw-r--r--drivers/i2c/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 095a9bc6a4d..4772db38372 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.