Skip to content

Commit f2e0adf

Browse files
nordicjmtomchy
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 <[email protected]> Signed-off-by: Dominik Ermel <[email protected]> (cherry picked from commit 0ae1441)
1 parent 1e962af commit f2e0adf

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
@@ -1140,9 +1140,10 @@ config BOOT_DECOMPRESSION_SUPPORT
11401140
if BOOT_DECOMPRESSION_SUPPORT
11411141

11421142
menuconfig BOOT_DECOMPRESSION
1143-
bool "Decompression"
1143+
bool "Decompression [EXPERIMENTAL]"
11441144
select NRF_COMPRESS_CLEANUP
11451145
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
1146+
select EXPERIMENTAL
11461147
help
11471148
If enabled, will include support for compressed images being loaded to the secondary slot
11481149
which then get decompressed into the primary slot. This mode allows the secondary slot to

0 commit comments

Comments
 (0)