Skip to content

Commit

Permalink
nrf_security: Temphack (TO BE REVERTED)
Browse files Browse the repository at this point in the history
Not a solution, but to unblock the CI, just remove the faulty defaults.

Signed-off-by: Robert Lubos <[email protected]>
  • Loading branch information
rlubos committed May 16, 2024
1 parent f475937 commit 1a969ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions subsys/nrf_security/Kconfig.legacy
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,6 @@ config MBEDTLS_HMAC_DRBG_C
This setting will enable HMAC_DRBG APIs in mbed TLS.
Corresponds to MBEDTLS_HMAC_DRBG_C setting in mbed TLS config file.

config MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
bool
default y

config MBEDTLS_ENTROPY_C
bool
prompt "Entropy gathering"
Expand Down
4 changes: 0 additions & 4 deletions subsys/nrf_security/Kconfig.psa
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ config MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER

osource "modules/mbedtls/Kconfig.psa"

config MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
bool
default y

rsource "src/core/Kconfig"

rsource "src/ssf_secdom/Kconfig"
Expand Down

0 comments on commit 1a969ed

Please sign in to comment.