From b875409da7370a9dc4e1abbaf40fa33c6717e854 Mon Sep 17 00:00:00 2001 From: Dinesh Maniyam Date: Wed, 6 Aug 2025 12:32:32 +0800 Subject: 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 --- cmd/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'cmd/Kconfig') 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 -- cgit v1.3.1