Skip to content

Commit ff3c31f

Browse files
nordicjmjukkar
authored andcommitted
[nrf noup] boot: zephyr: Add experimental selection to compression
Adds selecting the experimental Kconfig when compession is in use Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit b836582) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> (cherry picked from commit 36788a6)
1 parent 6e0c2b8 commit ff3c31f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

boot/zephyr/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,9 +956,10 @@ config BOOT_DECOMPRESSION_SUPPORT
956956
if BOOT_DECOMPRESSION_SUPPORT
957957

958958
menuconfig BOOT_DECOMPRESSION
959-
bool "Decompression"
959+
bool "Decompression [EXPERIMENTAL]"
960960
select NRF_COMPRESS_CLEANUP
961961
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
962+
select EXPERIMENTAL
962963
help
963964
If enabled, will include support for compressed images being loaded to the secondary slot
964965
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)