File tree 1 file changed +7
-0
lines changed
config/nrfconnect/chip-module
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ config CHIP_BOOTLOADER_SUIT
65
65
bool "SUIT for Matter purposes"
66
66
imply SUIT
67
67
imply SSF_SUIT_SERVICE_ENABLED
68
+ imply CONFIG_SUIT_STREAM_SOURCE_FLASH
68
69
69
70
config CHIP_BOOTLOADER_MCUBOOT
70
71
bool "MCUBOOT for Matter Bootloader purpose"
@@ -76,6 +77,11 @@ config CHIP_BOOTLOADER_NONE
76
77
77
78
endchoice
78
79
80
+ choice SUIT_DFU_CANDIDATE_PROCESSING_LEVEL
81
+ default SUIT_DFU_CANDIDATE_PROCESSING_PUSH_TO_CACHE if CHIP_BOOTLOADER_SUIT
82
+
83
+ endchoice
84
+
79
85
config CHIP_DFU_LIBRARY_MCUMGR
80
86
bool "Use mcumgr library for Matter DFU purposes"
81
87
# MCUBOOT
@@ -86,6 +92,7 @@ config CHIP_DFU_LIBRARY_MCUMGR
86
92
select MGMT_SUITFU if CHIP_BOOTLOADER_SUIT
87
93
select MGMT_SUITFU_GRP_SUIT if CHIP_BOOTLOADER_SUIT
88
94
select MCUMGR_SMP_LEGACY_RC_BEHAVIOUR if CHIP_BOOTLOADER_SUIT
95
+ select MGMT_SUITFU_GRP_SUIT_CACHE_RAW_UPLOAD if CHIP_BOOTLOADER_SUIT
89
96
# COMMON
90
97
select MCUMGR
91
98
imply STREAM_FLASH
You can’t perform that action at this time.
0 commit comments