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

2021-05-11 Thread Heinrich Schuchardt
On 11.05.21 13:40, 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 I will add the default=y when mergin

[PATCH v4] 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 v3: - add multiple select lines changes since v2: - remove 'on' after