Skip to content

Commit b836582

Browse files
committed
[nrf noup] boot: zephyr: Add experimental selection to compression
Adds selecting the experimental Kconfig when compession is in use Signed-off-by: Jamie McCrae <[email protected]>
1 parent e60dc3f commit b836582

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,10 @@ config BOOT_DECOMPRESSION_SUPPORT
950950
if BOOT_DECOMPRESSION_SUPPORT
951951

952952
menuconfig BOOT_DECOMPRESSION
953-
bool "Decompression"
953+
bool "Decompression [EXPERIMENTAL]"
954954
select NRF_COMPRESS_CLEANUP
955955
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
956+
select EXPERIMENTAL
956957
help
957958
If enabled, will include support for compressed images being loaded to the secondary slot
958959
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)