Skip to content

Commit 2f263d1

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 d624f59 commit 2f263d1

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
@@ -354,7 +354,7 @@ if CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
354354

355355
choice CHIP_CRYPTO_PSA_DAC_PRIV_KEY_MIGRATION_DEST
356356
prompt "Destination for DAC private key migration"
357-
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_LIB_KMU
357+
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU if CRACEN_KMU
358358
default CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
359359

360360
config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
@@ -367,7 +367,7 @@ config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_ITS
367367

368368
config CHIP_CRYPTO_PSA_DAC_PRIV_KEY_KMU
369369
bool "Migrate DAC private key from factory data to CRACEN KMU"
370-
depends on CRACEN_LIB_KMU
370+
depends on CRACEN_KMU
371371
help
372372
Move DAC private key from the factory data set to the CRACEN Key Management Unit (KMU) secure
373373
storage and remove it. After the first boot of the device the DAC private key will be
@@ -394,7 +394,7 @@ endif # CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
394394

395395
config CHIP_STORE_KEYS_IN_KMU
396396
bool "Use KMU to store crypto keys"
397-
depends on CRACEN_LIB_KMU
397+
depends on CRACEN_KMU
398398
select EXPERIMENTAL
399399
help
400400
Stores cryptographic materials like keys in the KMU if available on the device.

0 commit comments

Comments
 (0)