Commit f1f557fd authored by Dominik Ermel's avatar Dominik Ermel Committed by Andrzej Puzdrowski
Browse files

zephyr: Fixing Kconfig dependency for SHA512



The SHA512_ALLOW Kconfig has been added to allow signature
algorithms to select which SHA they support. Unfortunately
it has been given dependency on PSA crypto, which now is problematic
because if signature algorithm wants to indicate that it allows
SHA512 it immediately becomes dependent on PSA crypto.

The commit removes the dependency.

Signed-off-by: default avatarDominik Ermel <dominik.ermel@nordicsemi.no>
parent 5c21093a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ config BOOT_IMG_HASH_ALG_SHA384_ALLOW

config BOOT_IMG_HASH_ALG_SHA512_ALLOW
	bool
	depends on BOOT_USE_PSA_CRYPTO
	help
	  Hidden option set by configurations that allow SHA512