From 21c5af7abcab72eb3a5e55cfb7b6de2e7ed4cc0c Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Wed, 1 Mar 2023 13:48:13 +0000 Subject: [PATCH] tests: boot: test_mcuboot: Add FLASH_MAP and STREAM_FLASH Adds Kconfig selections that are no longer selected automatically. Signed-off-by: Jamie McCrae --- tests/boot/test_mcuboot/prj.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/boot/test_mcuboot/prj.conf b/tests/boot/test_mcuboot/prj.conf index 6e1932f186a..c7066dc4a0d 100644 --- a/tests/boot/test_mcuboot/prj.conf +++ b/tests/boot/test_mcuboot/prj.conf @@ -2,5 +2,7 @@ CONFIG_IMG_MANAGER=y # Enable flash drivers for MCUBoot CONFIG_FLASH=y +CONFIG_FLASH_MAP=y +CONFIG_STREAM_FLASH=y # Enable reboot API to reset board after selecting new image CONFIG_REBOOT=y