From 8587b30209ba28da0439023fc143c1a27deaaac7 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig b/config/nrfconnect/chip-module/Kconfig index 734c1f083c..207e9db54f 100644 --- a/config/nrfconnect/chip-module/Kconfig +++ b/config/nrfconnect/chip-module/Kconfig @@ -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 @@ -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