Skip to content

Commit 697271a

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 5e0f695 commit 697271a

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
@@ -431,7 +431,7 @@ config BOOT_BYPASS_KEY_MATCH
431431
config BOOT_SIGNATURE_USING_KMU
432432
bool "Use KMU stored keys for signature verification"
433433
depends on PSA_CRYPTO
434-
depends on CRACEN_LIB_KMU
434+
depends on CRACEN_KMU
435435
select PSA_WANT_ALG_GCM
436436
select PSA_WANT_KEY_TYPE_AES
437437
select PSA_WANT_AES_KEY_SIZE_256

0 commit comments

Comments
 (0)