Skip to content

Commit be733e9

Browse files
[nrf toup][nrfconnect] Enable storing DAC key in KMU by default
Enabled storing the DAC private key in KMU if it is available. It enables storing the DAC private key in KMU for nRF54L15 device. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent 95a8c0f commit be733e9

File tree

1 file changed

+1
-0
lines changed
  • config/nrfconnect/chip-module

1 file changed

+1
-0
lines changed

config/nrfconnect/chip-module/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ if CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
375375

376376
choice CHIP_CRYPTO_PSA_DAC_PRIV_KEY_MIGRATION_DEST
377377
prompt "Destination for DAC private key migration"
378+
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_LIB_KMU
378379
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
379380

380381
config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS

0 commit comments

Comments
 (0)