Skip to content

Commit

Permalink
[nrfconnect] Removed overwriting mbedTLS configs handled by OT (#30577)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
maciejbaczmanski authored and pull[bot] committed Jan 16, 2024
1 parent b6800a2 commit 1922421
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 @@ -341,9 +341,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 @@ -362,9 +359,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 1922421

Please sign in to comment.