Skip to content

Commit 4cf0821

Browse files
Vge0rgerlubos
authored andcommitted
nrf_security: Allow both ways of invalidating slots in Cracen
Allow enabling both options for provisioning the protected RAM invalidation slots. This is useful as a transision step so that nrfutil does not break existing functionality when it gets upated and before the logic which imports these keys is implemented in the SDK. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent d0c5466 commit 4cf0821

File tree

1 file changed

+0
-1
lines changed
  • subsys/nrf_security/src/drivers/cracen

1 file changed

+0
-1
lines changed

subsys/nrf_security/src/drivers/cracen/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ config CRACEN_PROVISION_PROT_RAM_INV_SLOTS_ON_INIT
7878
config CRACEN_PROVISION_PROT_RAM_INV_SLOTS_WITH_IMPORT
7979
bool "Provision protected RAM invalidation slots using psa_import_key"
8080
depends on CRACEN_LIB_KMU
81-
depends on !CRACEN_PROVISION_PROT_RAM_INV_SLOTS_ON_INIT
8281
help
8382
Provision the protected RAM invalidation KMU slots (248,249) in the KMU using a
8483
psa_import_key call. The application is required to call psa_import_key with the

0 commit comments

Comments
 (0)