Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Enable cache processing for SUIT
Browse files Browse the repository at this point in the history
We need cache processing for SUIT purposes both for Matter OTA
and DFU over BLE SMP.
  • Loading branch information
ArekBalysNordic committed Oct 2, 2024
1 parent 89eb37b commit 8587b30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ config CHIP_BOOTLOADER_NONE

endchoice

if CHIP_BOOTLOADER_SUIT
choice SUIT_DFU_CANDIDATE_PROCESSING_LEVEL
default SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE
endchoice
endif # CHIP_BOOTLOADER_SUIT

config CHIP_DFU_LIBRARY_MCUMGR
bool "Use mcumgr library for Matter DFU purposes"
# MCUBOOT
Expand All @@ -86,6 +92,7 @@ config CHIP_DFU_LIBRARY_MCUMGR
select MGMT_SUITFU if CHIP_BOOTLOADER_SUIT
select MGMT_SUITFU_GRP_SUIT if CHIP_BOOTLOADER_SUIT
select MCUMGR_SMP_LEGACY_RC_BEHAVIOUR if CHIP_BOOTLOADER_SUIT
select MGMT_SUITFU_GRP_SUIT_CACHE_RAW_UPLOAD if CHIP_BOOTLOADER_SUIT
# COMMON
select MCUMGR
imply STREAM_FLASH
Expand Down

0 comments on commit 8587b30

Please sign in to comment.