Skip to content

Commit 7bfbd35

Browse files
de-nordicnvlsianpu
authored andcommitted
[nrf fromlist] 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. Upstream PR: mcu-tools/mcuboot#2088 Signed-off-by: Dominik Ermel <[email protected]>
1 parent 94212b4 commit 7bfbd35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ config BOOT_IMG_HASH_ALG_SHA384_ALLOW
143143

144144
config BOOT_IMG_HASH_ALG_SHA512_ALLOW
145145
bool
146-
depends on BOOT_USE_PSA_CRYPTO
147146
help
148147
Hidden option set by configurations that allow SHA512
149148

0 commit comments

Comments
 (0)