From b222c39b071cdad846715be403c409538224e2e9 Mon Sep 17 00:00:00 2001 From: Arkadiusz Balys Date: Fri, 27 Sep 2024 11:09:47 +0200 Subject: [PATCH] [nrf toup][nrfconnect] Enable cache processing for SUIT We need cache processing for SUIT purposes both for Matter OTA and DFU over BLE SMP. --- config/nrfconnect/chip-module/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig b/config/nrfconnect/chip-module/Kconfig index 734c1f083c..d367f486c9 100644 --- a/config/nrfconnect/chip-module/Kconfig +++ b/config/nrfconnect/chip-module/Kconfig @@ -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 @@ -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