Skip to content

Commit

Permalink
[nrf fromtree][nrfconnect] Removed overwriting mbedTLS configs handle…
Browse files Browse the repository at this point in the history
…d by OT (#30577)

Removed overwriting mbedTLS configs handled by OpenThread Kconfig:
* MBEDTLS_TLS_LIBRARY
* MBEDTLS_ECJPAKE_C

Are handled in sdk-nrf repository in `subsys/net/openthread/Kconfig`
They should not be overwritten by Matter config.

Signed-off-by: Maciej Baczmanski <maciej.baczmanski@nordicsemi.no>
(cherry picked from commit 4922ea6)
  • Loading branch information
maciejbaczmanski committed Nov 22, 2023
1 parent 6da1696 commit b6cb373
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,6 @@ config MBEDTLS_ENABLE_HEAP
config MBEDTLS_HEAP_SIZE
default 8192

config MBEDTLS_TLS_LIBRARY
default y

config NRF_SECURITY_ADVANCED
default y

Expand All @@ -356,9 +353,6 @@ config MBEDTLS_CTR_DRBG_C
config MBEDTLS_CIPHER_MODE_CTR
default y

config MBEDTLS_ECJPAKE_C
default y

config MBEDTLS_SHA256_C
default y

Expand Down

0 comments on commit b6cb373

Please sign in to comment.