tests: boot: test_mcuboot: Add FLASH_MAP and STREAM_FLASH

Adds Kconfig selections that are no longer selected automatically.

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2023-03-01 13:48:13 +00:00 committed by Carles Cufí
parent de004f1629
commit 21c5af7abc

View file

@ -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