Skip to content

Commit

Permalink
[nrf noup] mbedtls: Add Nordic PSA crypto configurations
Browse files Browse the repository at this point in the history
-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]>
  • Loading branch information
frkv authored and bjarki-andreasen committed Oct 4, 2024
1 parent f23c48f commit 0892bad
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mbedtls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ config MBEDTLS_PROMPTLESS
dependent sub-configurations and thus prevent stuck symbol behavior.

rsource "Kconfig.psa"
# Add nordic additions to Kconfigs
rsource "Kconfig.psa.nordic"

menuconfig MBEDTLS
bool "mbed TLS Support" if !MBEDTLS_PROMPTLESS
Expand Down
Loading

0 comments on commit 0892bad

Please sign in to comment.