From 82fa64aa1696c384547ba2adf9e0b12f7e01e63b Mon Sep 17 00:00:00 2001 From: Dong Wang Date: Tue, 27 Jan 2026 14:32:25 +0800 Subject: [PATCH] iut: Enable the build of I2C shell commands They'll be used for I2C test. Signed-off-by: Dong Wang --- zephyr/iut_test/prj.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/iut_test/prj.conf b/zephyr/iut_test/prj.conf index 0999912..6f27d6f 100644 --- a/zephyr/iut_test/prj.conf +++ b/zephyr/iut_test/prj.conf @@ -38,6 +38,7 @@ CONFIG_DMA=y # I2C CONFIG_I2C=y +CONFIG_I2C_SHELL=y # GPIO CONFIG_GPIO=y