Skip to content

Commit aaabff8

Browse files
committed
[nrf toup] Exchange CRACEN_LIB_KMU with CRACEN_KMU
Changing CRACEN_LIB_KMU Kconfig option to CRACEN_KMU since LIB_KMU is exchanged with NRFX KMU driver. Signed-off-by: Anton Zyma <anton.zyma@nordicsemi.no>
1 parent 106cf3d commit aaabff8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • config/nrfconnect/chip-module

config/nrfconnect/chip-module/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ if CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
359359

360360
choice CHIP_CRYPTO_PSA_DAC_PRIV_KEY_MIGRATION_DEST
361361
prompt "Destination for DAC private key migration"
362-
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_LIB_KMU
362+
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_KMU
363363
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
364364

365365
config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
@@ -372,7 +372,7 @@ config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
372372

373373
config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU
374374
bool "Migrate DAC private key from factory data to CRACEN KMU"
375-
depends on CRACEN_LIB_KMU
375+
depends on CRACEN_KMU
376376
help
377377
Move DAC private key from the factory data set to the CRACEN Key Management Unit (KMU) secure
378378
storage and remove it. After the first boot of the device the DAC private key will be
@@ -399,7 +399,7 @@ endif # CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
399399

400400
config CHIP_STORE_KEYS_IN_KMU
401401
bool "Use KMU to store crypto keys"
402-
depends on CRACEN_LIB_KMU
402+
depends on CRACEN_KMU
403403
select EXPERIMENTAL
404404
help
405405
Stores cryptographic materials like keys in the KMU if available on the device.

0 commit comments

Comments
 (0)