Skip to content

Commit e694c73

Browse files
committed
nrf_security: Always enable builtin keys for 54L
Enable the builtin keys for the nRF54L series when nrf_security is being used. This option for builtin keys is needed for the KMU keys which don't always have dependencies dependencies on the hardware unique key or the identity key. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 6b61fc8 commit e694c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subsys/nrf_security/src/drivers/cracen/cracenpsa/cracenpsa.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(CONFIG_PSA_NEED_CRACEN_MAC_DRIVER)
5959
)
6060
endif()
6161

62-
if(CONFIG_PSA_NEED_CRACEN_KEY_MANAGEMENT_DRIVER OR CONFIG_PSA_NEED_CRACEN_KMU_DRIVER)
62+
if(CONFIG_PSA_NEED_CRACEN_KEY_MANAGEMENT_DRIVER OR CONFIG_PSA_NEED_CRACEN_KMU_DRIVER OR CONFIG_MBEDTLS_ENABLE_BUILTIN_KEYS)
6363
list(APPEND cracen_driver_sources
6464
${CMAKE_CURRENT_LIST_DIR}/src/key_management.c
6565
)

0 commit comments

Comments
 (0)