Skip to content

Commit a212869

Browse files
frkvbjarki-andreasen
authored andcommitted
[nrf noup] mbedtls: Add Nordic PSA crypto configurations
-This commit contains all Nordic-specific configurations for PSA crypto These have been separated from Kconfig.psa, as this file is now auto-generated in the upstream project. This commit may be reworked later, in case more features are supported in Kconfig.psa -Add Kconfig.psa.nordic containing Nordics PSA crypto addition -Add reading this file from modules/mbedtls/Kconfig Signed-off-by: Frank Audun Kvamtrø <[email protected]>
1 parent 24f65ea commit a212869

File tree

2 files changed

+393
-0
lines changed

2 files changed

+393
-0
lines changed

modules/mbedtls/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ config MBEDTLS_PROMPTLESS
1414
dependent sub-configurations and thus prevent stuck symbol behavior.
1515

1616
rsource "Kconfig.psa"
17+
# Add nordic additions to Kconfigs
18+
rsource "Kconfig.psa.nordic"
1719

1820
menuconfig MBEDTLS
1921
bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS

0 commit comments

Comments
 (0)