commit | 48ee084602f90ad37e87ee7e356bf3938b584070 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue May 11 14:40:58 2021 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 18 12:36:13 2021 +0200 |
tree | 61d076d07885c1c15d22c6ec2a8ceac19ed22e5b | |
parent | 2052759a5e331376c037760a84d36280be0ef3e9 [diff] |
efi_loader: Fix Kconfig for EFI_TCG2 protocol 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 <michal.simek@xilinx.com> Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Add 'default y'. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>