Skip to content

Commit

Permalink
fixup! [nrf noup]: Add PSA_WANT Kconfigs for key types
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Swarowsky <[email protected]>
  • Loading branch information
Vge0rge authored and rlubos committed Feb 6, 2024
1 parent 94c398a commit adc2ceb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/mbedtls/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ config PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_BASIC
PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_EXPORT || \
PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_GENERATE

config PSA_WANT_KEY_TYPE_ECC_KEY_PAIR_DERIVE
bool
default y
depends on PSA_WANT_KEY_TYPE_ECC_KEY_PAIR

config PSA_WANT_KEY_TYPE_RSA_KEY_PAIR
bool "PSA RSA key pair type support"
Expand Down

0 comments on commit adc2ceb

Please sign in to comment.