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