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 Sep 27, 2024
1 parent 89eb37b commit 9a01454
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ config CHIP_BOOTLOADER_NONE

endchoice

choice SUIT_DFU_CANDIDATE_PROCESSING_LEVEL
default SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE if CHIP_BOOTLOADER_SUIT

endchoice

config CHIP_DFU_LIBRARY_MCUMGR
bool "Use mcumgr library for Matter DFU purposes"
# MCUBOOT
Expand All @@ -86,6 +91,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 9a01454

Please sign in to comment.