Skip to content

Commit f277631

Browse files
nordicjmmmahadevan108
authored andcommitted
sysbuild: Add missing option for MCUboot encryption support
Adds a missing 'default y' for the Kconfig option indicating that encryption is supported with the current configuration Signed-off-by: Jamie McCrae <[email protected]>
1 parent f380fcc commit f277631

File tree

1 file changed

+1
-0
lines changed
  • share/sysbuild/images/bootloader

1 file changed

+1
-0
lines changed

share/sysbuild/images/bootloader/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ config BOOT_SIGNATURE_KEY_FILE
151151
config SUPPORT_BOOT_ENCRYPTION
152152
bool
153153
depends on !BOOT_SIGNATURE_TYPE_NONE && !MCUBOOT_MODE_DIRECT_XIP && !MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT && !MCUBOOT_MODE_FIRMWARE_UPDATER
154+
default y
154155

155156
config BOOT_ENCRYPTION
156157
bool "Encrypted image support"

0 commit comments

Comments
 (0)