Skip to content

Commit dc20426

Browse files
committed
nrf_security: remove CONFIG_NRF_SECURITY_ADVANCED
It has had no effect for some time. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
1 parent 1e3f7fa commit dc20426

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

subsys/net/openthread/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ config OPENTHREAD_NRF_SECURITY
9494
select MBEDTLS_HMAC_DRBG_C
9595
select MBEDTLS_TLS_LIBRARY if (OPENTHREAD_JOINER || OPENTHREAD_COMMISSIONER || OPENTHREAD_COAPS)
9696
select NORDIC_SECURITY_BACKEND
97-
select NRF_SECURITY_ADVANCED
9897
select OBERON_BACKEND if !CC3XX_BACKEND
9998
help
10099
Enables nrf_security module for use by OpenThread. This allows

subsys/nrf_security/Kconfig.legacy

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ config MBEDTLS_NO_PLATFORM_ENTROPY
229229

230230
# End items required for non CryptoCell RNG in PSA scope
231231

232-
config NRF_SECURITY_ADVANCED
233-
bool "Advanced mbed TLS Configuration Settings"
234-
help
235-
This configuration has no effect and will be deprecated.
236-
It is kept in to ensure projects setting this aren't affected.
237-
238232
# Prompt-less configuration to state what is missing
239233

240234
config CC310_ONLY_PSA_ENABLED

0 commit comments

Comments
 (0)