Skip to content

Commit f1f557f

Browse files
de-nordicnvlsianpu
authored andcommitted
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: Dominik Ermel <[email protected]>
1 parent 5c21093 commit f1f557f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boot/zephyr/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ config BOOT_IMG_HASH_ALG_SHA384_ALLOW
8585

8686
config BOOT_IMG_HASH_ALG_SHA512_ALLOW
8787
bool
88-
depends on BOOT_USE_PSA_CRYPTO
8988
help
9089
Hidden option set by configurations that allow SHA512
9190

0 commit comments

Comments
 (0)