We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60dc3f commit b836582Copy full SHA for b836582
boot/zephyr/Kconfig
@@ -950,9 +950,10 @@ config BOOT_DECOMPRESSION_SUPPORT
950
if BOOT_DECOMPRESSION_SUPPORT
951
952
menuconfig BOOT_DECOMPRESSION
953
- bool "Decompression"
+ bool "Decompression [EXPERIMENTAL]"
954
select NRF_COMPRESS_CLEANUP
955
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
956
+ select EXPERIMENTAL
957
help
958
If enabled, will include support for compressed images being loaded to the secondary slot
959
which then get decompressed into the primary slot. This mode allows the secondary slot to
0 commit comments