Skip to content

Commit ca86220

Browse files
[nrfconnect] Removed overwriting mbedTLS configs handled by OT
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 <[email protected]>
1 parent 64a6594 commit ca86220

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

-6
Original file line numberDiff line numberDiff line change
@@ -341,9 +341,6 @@ config MBEDTLS_ENABLE_HEAP
341341
config MBEDTLS_HEAP_SIZE
342342
default 8192
343343

344-
config MBEDTLS_TLS_LIBRARY
345-
default y
346-
347344
config NRF_SECURITY_ADVANCED
348345
default y
349346

@@ -362,9 +359,6 @@ config MBEDTLS_CTR_DRBG_C
362359
config MBEDTLS_CIPHER_MODE_CTR
363360
default y
364361

365-
config MBEDTLS_ECJPAKE_C
366-
default y
367-
368362
config MBEDTLS_SHA256_C
369363
default y
370364

0 commit comments

Comments
 (0)