Re: [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-04-17 03:39:44
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2023-04-17 03:39:44
Andrew Donnellan [off-list ref] writes:
On Fri, 2023-04-14 at 23:23 +1000, Michael Ellerman wrote:quoted
Add the numerous options required to get secure boot enabled. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> --- arch/powerpc/configs/ppc64_defconfig | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-)diff --git a/arch/powerpc/configs/ppc64_defconfigb/arch/powerpc/configs/ppc64_defconfig index d98fe52a5892..f185adc128db 100644--- a/arch/powerpc/configs/ppc64_defconfig +++ b/arch/powerpc/configs/ppc64_defconfig@@ -54,6 +54,7 @@ CONFIG_CRASH_DUMP=yCONFIG_FA_DUMP=y CONFIG_IRQ_ALL_CPUS=y CONFIG_SCHED_SMT=y +CONFIG_PPC_SECURE_BOOT=yCan we add CONFIG_PPC_SECVAR_SYSFS=y as well?
We can. But would it make more sense to just make PPC_SECVAR_SYSFS a hidden symbol? Is there really any reason someone would want to turn it off? cheers