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]>
(cherry picked from commit aa968a6)
Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
ArekBalysNordic authored and adigie committed Nov 15, 2024
1 parent 1b0319b commit 68c5192
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 @@ -366,6 +366,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 68c5192

Please sign in to comment.