Searched hist:"46 b2cbebac1e862e4c8317aa26e7d7d632242c2f" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/ |
H A D | Kconfig | diff 46b2cbebac1e862e4c8317aa26e7d7d632242c2f Fri Feb 10 09:03:55 CET 2023 Andrew Donnellan <ajd@linux.ibm.com> powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
It seems a bit unnecessary for the PLPKS code to have a user-visible config option when it doesn't do anything on its own, and there's existing options for enabling Secure Boot-related features.
It should be enabled by PPC_SECURE_BOOT, which will eventually be what uses PLPKS to populate keyrings.
However, we can't get of the separate option completely, because it will also be used for SED Opal purposes.
Change PSERIES_PLPKS into a hidden option, which is selected by PPC_SECURE_BOOT.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Russell Currey <ruscur@russell.cc> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20230210080401.345462-21-ajd@linux.ibm.com
|