mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-28 22:21:49 +01:00
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 <vigneshr@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
b5d2e2980b
commit
14106bcadb
@ -330,7 +330,7 @@ endif
|
|||||||
|
|
||||||
config SYS_I2C_OMAP24XX
|
config SYS_I2C_OMAP24XX
|
||||||
bool "TI OMAP2+ I2C driver"
|
bool "TI OMAP2+ I2C driver"
|
||||||
depends on ARCH_OMAP2PLUS
|
depends on ARCH_OMAP2PLUS || ARCH_K3
|
||||||
help
|
help
|
||||||
Add support for the OMAP2+ I2C driver.
|
Add support for the OMAP2+ I2C driver.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user