From ffb60c08e9746d55d7de2e2232da4aba5e01766a Mon Sep 17 00:00:00 2001 From: Ryan McClelland Date: Sat, 21 Sep 2024 22:39:08 -0700 Subject: [PATCH] tests: drivers: i3c: add build of i3c_shell.c Include the i3c shell when building an i3c driver. Signed-off-by: Ryan McClelland --- tests/drivers/build_all/i3c/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/drivers/build_all/i3c/prj.conf b/tests/drivers/build_all/i3c/prj.conf index 33c6e6a13fd..069aabfdbbf 100644 --- a/tests/drivers/build_all/i3c/prj.conf +++ b/tests/drivers/build_all/i3c/prj.conf @@ -1,3 +1,5 @@ CONFIG_TEST=y CONFIG_TEST_USERSPACE=y CONFIG_I3C=y +CONFIG_SHELL=y +CONFIG_I3C_SHELL=y