Skip to content

Commit adf1760

Browse files
committed
[nrf noup] bootutil: Change KMU KConfig option
nrf-squash! [nrf noup] bootutil: Add support for KMU stored ED25519 signature key CRACEN_LIB_KMU exchanged with CRACEN_KMU KConfig option since NRFX driver is now used instead of LIB_KMU. Signed-off-by: Anton Zyma <anton.zyma@nordicsemi.no>
1 parent 69c7ba7 commit adf1760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot/zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ config BOOT_BYPASS_KEY_MATCH
426426
config BOOT_SIGNATURE_USING_KMU
427427
bool "Use KMU stored keys for signature verification"
428428
depends on PSA_CRYPTO
429-
depends on CRACEN_LIB_KMU
429+
depends on CRACEN_KMU
430430
select PSA_WANT_ALG_GCM
431431
select PSA_WANT_KEY_TYPE_AES
432432
select PSA_WANT_AES_KEY_SIZE_256

0 commit comments

Comments
 (0)