Skip to content

Commit 4d50e59

Browse files
committed
[nrf noup] boot: zephyr: HMAC_SHA512 for nrf54L series Kconfig
sets SHA512 for all 54L series Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 6256d9f commit 4d50e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ if BOOT_ENCRYPT_X25519 && BOOT_USE_PSA_CRYPTO
795795

796796
choice BOOT_HMAC_SHA
797797
prompt "SHA used for HMAC and HKDF in encryption key exchange"
798-
default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && (SOC_NRF54L15_CPUAPP || SOC_NRF54LM20A_ENGA_CPUAPP)
798+
default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54LX
799799
default BOOT_HMAC_SHA256
800800
help
801801
HMAC/HKDF sha algorithm may be selected to synchronize sha

0 commit comments

Comments
 (0)