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 ca06ffb commit a681ca1Copy full SHA for a681ca1
boot/zephyr/Kconfig
@@ -1154,10 +1154,9 @@ config BOOT_DECOMPRESSION_SUPPORT
1154
if BOOT_DECOMPRESSION_SUPPORT
1155
1156
menuconfig BOOT_DECOMPRESSION
1157
- bool "Decompression [EXPERIMENTAL]"
+ bool "Decompression"
1158
select NRF_COMPRESS_CLEANUP
1159
select PM_USE_CONFIG_SRAM_SIZE if SOC_NRF54L15_CPUAPP
1160
- select EXPERIMENTAL
1161
help
1162
If enabled, will include support for compressed images being loaded to the secondary slot
1163
which then get decompressed into the primary slot. This mode allows the secondary slot to
0 commit comments