Skip to content

Commit

Permalink
nrf_security: Remove help text about only Oberon PSA core support
Browse files Browse the repository at this point in the history
Remove help text about only Oberon PSA core support.
With Mbed TLS builtin PSA core support removed there is no longer
a need to document this support limitation.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
  • Loading branch information
joerchan authored and carlescufi committed Jun 23, 2023
1 parent 68c8040 commit dfa8747
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions subsys/nrf_security/src/drivers/nrf_cc3xx_platform/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ config PSA_CRYPTO_DRIVER_ALG_PRNG_CC3XX_PLATFORM
default y
depends on CRYPTOCELL_USABLE
depends on PSA_WANT_GENERATE_RANDOM
help
Only Oberon PSA core supports generate random through driver interface.

config PSA_CRYPTO_DRIVER_ALG_CTR_DRBG_CC3XX_PLATFORM
bool
Expand Down
4 changes: 0 additions & 4 deletions subsys/nrf_security/src/drivers/nrf_oberon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ config PSA_CRYPTO_DRIVER_HAS_KDF_SUPPORT_OBERON
depends on PSA_CRYPTO_DRIVER_ALG_HKDF_OBERON || \
PSA_CRYPTO_DRIVER_ALG_TLS12_PRF_OBERON || \
PSA_CRYPTO_DRIVER_ALG_TLS12_PSK_TO_MS_OBERON
help
Only Oberon PSA core supports Key Derivation through driver interface.

config PSA_CRYPTO_DRIVER_HAS_ASYM_ENCRYPT_SUPPORT_OBERON
bool
Expand Down Expand Up @@ -107,8 +105,6 @@ config PSA_CRYPTO_DRIVER_ALG_PRNG_OBERON
default y
depends on !PSA_CRYPTO_DRIVER_ALG_PRNG_CC3XX_PLATFORM
depends on PSA_WANT_GENERATE_RANDOM
help
Only Oberon PSA core supports generate random through driver interface.

config PSA_CRYPTO_DRIVER_ALG_CTR_DRBG_OBERON
bool
Expand Down
2 changes: 0 additions & 2 deletions subsys/nrf_security/src/drivers/zephyr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ config PSA_CRYPTO_DRIVER_ENTROPY_ZEPHYR
default y
depends on !PSA_CRYPTO_DRIVER_ALG_PRNG_CC3XX_PLATFORM
depends on PSA_WANT_GENERATE_RANDOM
help
Only Oberon PSA core supports entropy through driver interface.

0 comments on commit dfa8747

Please sign in to comment.