From f277631b60092378d1e4fcd9bd727d23d972c648 Mon Sep 17 00:00:00 2001 From: Jamie McCrae Date: Tue, 29 Oct 2024 14:16:18 +0000 Subject: [PATCH] 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 --- share/sysbuild/images/bootloader/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/share/sysbuild/images/bootloader/Kconfig b/share/sysbuild/images/bootloader/Kconfig index 81b17b5a6e1..df97b18e3e6 100644 --- a/share/sysbuild/images/bootloader/Kconfig +++ b/share/sysbuild/images/bootloader/Kconfig @@ -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"