diff options
| author | Dinesh Maniyam <[email protected]> | 2025-08-06 12:32:32 +0800 |
|---|---|---|
| committer | Heiko Schocher <[email protected]> | 2025-08-06 08:41:30 +0200 |
| commit | b875409da7370a9dc4e1abbaf40fa33c6717e854 (patch) | |
| tree | df7ec1a2c5c43197f47b21a415fedf748142eb1e /cmd/Kconfig | |
| parent | 82cc368cd2b3bc8664d7e12f4f87af49c1783237 (diff) | |
cmd: Add i3c command support.
Add i3c command file to support select, get i3c device
target list, read and write operation.
Signed-off-by: Dinesh Maniyam <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
| -rw-r--r-- | cmd/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index b3b5be1ea79..1a7dba2a27d 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1343,6 +1343,13 @@ config CMD_I2C help I2C support. +config CMD_I3C + bool "i3c" + depends on I3C + help + Enable command to list i3c devices connected to the i3c controller + and perform read and write on the connected i3c devices. + config CMD_W1 depends on W1 default y if W1 |
