commit | 44fb58db47574d69b9ffb88a526a8e1b04a5e236 | [log] [tgz] |
---|---|---|
author | Aniket Limaye <a-limaye@ti.com> | Tue Apr 22 15:49:52 2025 +0530 |
committer | Heiko Schocher <hs@denx.de> | Tue Apr 22 13:03:48 2025 +0200 |
tree | a12a945f1333eef240e0ddc5abcba346c3bb8ef7 | |
parent | 7008f72782906b04fa2a62da733bdbddc07d5c9b [diff] |
drivers: i2c: Kconfig: Add CONFIG_SYS_I2C_OMAP24XX_REPEATED_START Add a Kconfig option to disable sending Stop conditions between multiple i2c_msgs within a single xfer. Enable this config by default for ARCH_K3 platforms. Signed-off-by: Aniket Limaye <a-limaye@ti.com> Reviewed-by: Heiko Schocher <hs@denx.de>