Skip to content

Commit cab34ab

Browse files
committed
iut: Enable IPM build in prj.conf
This change makes IUT FW have IPM driver build. Then CI can capture any IPM build failure. Signed-off-by: Dong Wang <dong.d.wang@intel.com>
1 parent 9997b22 commit cab34ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zephyr/iut_test/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ CONFIG_GPIO=y
4545
# SPI
4646
CONFIG_SPI=y
4747

48+
# IPC/IPM
49+
CONFIG_IPM=y
50+
4851
CONFIG_PM=y
4952
CONFIG_SHELL_BACKEND_SERIAL_INTERRUPT_DRIVEN=n
5053
CONFIG_SHELL_BACKEND_SERIAL_RX_POLL_PERIOD=1

0 commit comments

Comments
 (0)