Kconfig: Drop duplicate 'select SHA512' instances
authorTom Rini <trini@konsulko.com>
Thu, 9 Sep 2021 14:57:34 +0000 (10:57 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 9 Sep 2021 15:11:33 +0000 (11:11 -0400)
commit465bff8b10b7548845b4ddc2b8b373d794e2eef9
tree5d0f25fb08431f1f98b70d23b7dc962e2a4e38b2
parent4412fd8ba2ce5945d04f4b181a96e05576c46bf2
Kconfig: Drop duplicate 'select SHA512' instances

When dropping SHA512_ALGO in general, we didn't catch some cases where
an option was selecting  both SHA512 and SHA512_ALGO and caused them to
select SHA512 twice.  Kconfig doesn't complain, but this is still wrong
and should be corrected.

Fixes: e60e44993120 ("lib: Drop SHA512_ALGO in lieu of SHA512")
Reported-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
lib/crypt/Kconfig
lib/efi_loader/Kconfig