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