summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-07-09 11:42:48 -0600
committerTom Rini <[email protected]>2026-07-09 11:42:48 -0600
commit5a7117b0a2e3f41475945a4443a4e3adf8799024 (patch)
tree825d9c4657231fe0fb2e18221d170b152d70af56 /cmd
parent964a26cc6d1002343ceba393d86ee4a0cd447385 (diff)
parent0ded029735303c0db04510792bfc5f0dcc62f5af (diff)
Merge tag 'i2c-updates-for-2026.10-rc1' of https://git.u-boot-project.org/u-boot/custodians/hs/u-boot-i2c
i2c updates for 2026.10-rc1 - i2c: designware: fix i2c probe error from Coben It would be good to have some Testers... - i2c: nx_i2c: updates from Peng - Added License information - use dev_read_addr_ptr() - cmd: kconfig: i2c: add missing I2C API dependency from Julien
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index ca1039f6a03..637119d3ff5 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1399,6 +1399,7 @@ config CMD_IOTRACE
config CMD_I2C
bool "i2c"
+ depends on DM_I2C || SYS_I2C_LEGACY
help
I2C support.