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]>
  • Loading branch information
nordicjm committed Nov 11, 2024
1 parent e60dc3f commit b836582
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 @@ -950,9 +950,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 b836582

Please sign in to comment.