Skip to content

Commit 85645c7

Browse files
nordicjmde-nordic
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> Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> (cherry picked from commit 7aebe39d9bf17d84641e725092938bf81659985d) (cherry picked from commit 26b638c)
1 parent 7b0babd commit 85645c7

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
@@ -1039,9 +1039,10 @@ config BOOT_DECOMPRESSION_SUPPORT
10391039
if BOOT_DECOMPRESSION_SUPPORT
10401040

10411041
menuconfig BOOT_DECOMPRESSION
1042-
bool "Decompression"
1042+
bool "Decompression [EXPERIMENTAL]"
10431043
select NRF_COMPRESS_CLEANUP
10441044
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
1045+
select EXPERIMENTAL
10451046
help
10461047
If enabled, will include support for compressed images being loaded to the secondary slot
10471048
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)