Skip to content

Commit 1fa2a5e

Browse files
committed
[nrf toup][nrfconnect] Fix configuration for MCUBOOT bootloader
Select `STREAM_FLASH` and `STREAM_FLASH_ERASE` when using MCUBOOT. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 2c81554 commit 1fa2a5e

File tree

1 file changed

+2
-0
lines changed
  • config/nrfconnect/chip-module

1 file changed

+2
-0
lines changed

config/nrfconnect/chip-module/Kconfig

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ config CHIP_BOOTLOADER_MCUBOOT
5959
bool "MCUBOOT for Matter Bootloader purpose"
6060
imply BOOTLOADER_MCUBOOT
6161
select IMG_MANAGER
62+
select STREAM_FLASH
63+
select STREAM_FLASH_ERASE
6264

6365
config CHIP_BOOTLOADER_NONE
6466
bool "No bootloader selected for Matter purposes"

0 commit comments

Comments
 (0)