Skip to content

Commit a96e692

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 f34b20b commit a96e692

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
@@ -784,7 +784,7 @@ if BOOT_ENCRYPT_X25519 && BOOT_USE_PSA_CRYPTO
784784

785785
choice BOOT_HMAC_SHA
786786
prompt "SHA used for HMAC and HKDF in encryption key exchange"
787-
default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && (SOC_NRF54L15_CPUAPP || SOC_NRF54LM20A_ENGA_CPUAPP)
787+
default BOOT_HMAC_SHA512 if BOOT_ENCRYPT_X25519 && SOC_SERIES_NRF54LX
788788
default BOOT_HMAC_SHA256
789789
help
790790
HMAC/HKDF sha algorithm may be selected to synchronize sha

0 commit comments

Comments
 (0)