Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Enable storing DAC key in KMU by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ArekBalysNordic authored and maciejbaczmanski committed Nov 5, 2024
1 parent 95a8c0f commit aa968a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ if CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY

choice CHIP_CRYPTO_PSA_DAC_PRIV_KEY_MIGRATION_DEST
prompt "Destination for DAC private key migration"
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_LIB_KMU
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS

config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
Expand Down

0 comments on commit aa968a6

Please sign in to comment.