summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorJulien Stephan <[email protected]>2026-07-02 17:26:57 +0200
committerHeiko Schocher <[email protected]>2026-07-09 07:18:18 +0200
commit0ded029735303c0db04510792bfc5f0dcc62f5af (patch)
treeb8d4faf1f9589d3fd3b4da04fac1304f7f6c1ee3 /doc/develop
parentb8487e7e2d10f83bd356f42b0cc29134eafe97ca (diff)
cmd: kconfig: i2c: add missing I2C API dependency
CMD_I2C relies on either the Driver Model I2C API or the legacy I2C API, but its Kconfig currently does not enforce either dependency. As a result, enabling CMD_I2C without DM_I2C or SYS_I2C_LEGACY can lead to link errors due to unresolved i2c_* symbols. Require either DM_I2C or SYS_I2C_LEGACY to prevent unsupported configurations while preserving support for legacy platforms. Signed-off-by: Julien Stephan <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Heiko Schocher <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions