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 <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-10-29 14:16:18 +00:00 committed by Mahesh Mahadevan
parent f380fcc52f
commit f277631b60
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ config BOOT_SIGNATURE_KEY_FILE
config SUPPORT_BOOT_ENCRYPTION
bool
depends on !BOOT_SIGNATURE_TYPE_NONE && !MCUBOOT_MODE_DIRECT_XIP && !MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT && !MCUBOOT_MODE_FIRMWARE_UPDATER
default y
config BOOT_ENCRYPTION
bool "Encrypted image support"