Skip to content

Commit

Permalink
[nrf noup] boot: zephyr: Add experimental selection to compression
Browse files Browse the repository at this point in the history
Adds selecting the experimental Kconfig when compession is in use

Signed-off-by: Jamie McCrae <[email protected]>
(cherry picked from commit b836582)
Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
nordicjm authored and de-nordic committed Nov 21, 2024
1 parent 607c3f7 commit 5764b7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion boot/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -956,9 +956,10 @@ config BOOT_DECOMPRESSION_SUPPORT
if BOOT_DECOMPRESSION_SUPPORT

menuconfig BOOT_DECOMPRESSION
bool "Decompression"
bool "Decompression [EXPERIMENTAL]"
select NRF_COMPRESS_CLEANUP
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
select EXPERIMENTAL
help
If enabled, will include support for compressed images being loaded to the secondary slot
which then get decompressed into the primary slot. This mode allows the secondary slot to
Expand Down

0 comments on commit 5764b7c

Please sign in to comment.