Re: [PATCH v2] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-11 Thread Ilias Apalodimas
doh yea, forgot to delete the 'on' from depends. Let me send a v3 On Tue, 11 May 2021 at 14:03, Michal Simek wrote: > > > > On 5/11/21 12:57 PM, Ilias Apalodimas wrote: > > EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. > > So select the missing SHA1, SHA256, SHA384 and

Re: [PATCH v2] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-11 Thread Michal Simek
On 5/11/21 12:57 PM, Ilias Apalodimas wrote: > EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. > So select the missing SHA1, SHA256, SHA384 and SHA512 we currently support > > Reported-by: Michal Simek > Signed-off-by: Ilias Apalodimas > --- > Changes since v1: > - u

[PATCH v2] efi_loader: Fix Kconfig for EFI_TCG2 protocol

2021-05-11 Thread Ilias Apalodimas
EFI_TCG2 depends not only on TPMv2 but also on the underlying algorithms. So select the missing SHA1, SHA256, SHA384 and SHA512 we currently support Reported-by: Michal Simek Signed-off-by: Ilias Apalodimas --- Changes since v1: - use 'select' instead of 'depends' lib/efi_loader/Kconfig | 1 +