diff mbox series

[isar-cip-core,v2] Kconfig: Select secure boot as default for security image

Message ID 20240705073541.1376479-1-Shivanand.Kunijadar@toshiba-tsip.com (mailing list archive)
State New
Headers show
Series [isar-cip-core,v2] Kconfig: Select secure boot as default for security image | expand

Commit Message

Shivanand Kunijadar July 5, 2024, 7:35 a.m. UTC
In Kconfig, only SWUpdate is selected as default for security image.
so, add secure boot also as default.

Signed-off-by: Shivanand Kunijadar <Shivanand.Kunijadar@toshiba-tsip.com>
---
 Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Jan Kiszka July 5, 2024, 11:11 a.m. UTC | #1
On 05.07.24 09:35, Shivanand Kunijadar wrote:
> In Kconfig, only SWUpdate is selected as default for security image.
> so, add secure boot also as default.
> 
> Signed-off-by: Shivanand Kunijadar <Shivanand.Kunijadar@toshiba-tsip.com>
> ---
>  Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Kconfig b/Kconfig
> index 96f590a..b86305e 100644
> --- a/Kconfig
> +++ b/Kconfig
> @@ -163,6 +163,7 @@ if !KERNEL_4_4 && !KERNEL_4_19
>  config IMAGE_SECURITY
>  	bool "Security extensions"
>  	select IMAGE_SWUPDATE
> +	select IMAGE_SECURE_BOOT
>  	select IMAGE_DATA_ENCRYPTION
>  	depends on TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM || TARGET_X86_UEFI
>  	help

Thanks, applied.

Jan
diff mbox series

Patch

diff --git a/Kconfig b/Kconfig
index 96f590a..b86305e 100644
--- a/Kconfig
+++ b/Kconfig
@@ -163,6 +163,7 @@  if !KERNEL_4_4 && !KERNEL_4_19
 config IMAGE_SECURITY
 	bool "Security extensions"
 	select IMAGE_SWUPDATE
+	select IMAGE_SECURE_BOOT
 	select IMAGE_DATA_ENCRYPTION
 	depends on TARGET_QEMU_AMD64 || TARGET_QEMU_ARM64 || TARGET_QEMU_ARM || TARGET_X86_UEFI
 	help