Skip to content

Commit 1d8d7ff

Browse files
committed
nrf_security: Enable PSA_CRYPTO for NRF_SECURITY
Enable the option PSA_CRYPTO when NRF_SECURITY is enabled. This will make it possible to make mbedTLS about different providers of PSA crypto APIs. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent 9ad4657 commit 1d8d7ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/nrf_security/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ config NRF_SECURITY
4646
# CONFIG_TFM_BL2.
4747
select TFM_BL2_NOT_SUPPORTED if BUILD_WITH_TFM
4848
select PSA_CRYPTO_CLIENT
49+
select PSA_CRYPTO
4950
help
5051
Set this configuration to enable nRF Security. This provides
5152
Arm PSA cryptography APIs with RNG support (optionally).

0 commit comments

Comments
 (0)