Skip to content

Commit 293b32c

Browse files
[nrf toup][nrfconnect] Enable cache processing for SUIT
We need cache processing for SUIT purposes both for Matter OTA and DFU over BLE SMP.
1 parent a5bd017 commit 293b32c

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

config/nrfconnect/chip-module/Kconfig

+7
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ config CHIP_BOOTLOADER_NONE
7676

7777
endchoice
7878

79+
if CHIP_BOOTLOADER_SUIT
80+
choice SUIT_DFU_CANDIDATE_PROCESSING_LEVEL
81+
default SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE
82+
endchoice
83+
endif # CHIP_BOOTLOADER_SUIT
84+
7985
config CHIP_DFU_LIBRARY_MCUMGR
8086
bool "Use mcumgr library for Matter DFU purposes"
8187
# MCUBOOT
@@ -86,6 +92,7 @@ config CHIP_DFU_LIBRARY_MCUMGR
8692
select MGMT_SUITFU if CHIP_BOOTLOADER_SUIT
8793
select MGMT_SUITFU_GRP_SUIT if CHIP_BOOTLOADER_SUIT
8894
select MCUMGR_SMP_LEGACY_RC_BEHAVIOUR if CHIP_BOOTLOADER_SUIT
95+
select MGMT_SUITFU_GRP_SUIT_CACHE_RAW_UPLOAD if CHIP_BOOTLOADER_SUIT
8996
# COMMON
9097
select MCUMGR
9198
imply STREAM_FLASH

0 commit comments

Comments
 (0)