Skip to content

Commit 1b16138

Browse files
maciejbaczmanskiDamian-Nordic
authored andcommitted
[nrf fromtree][nrfconnect] Removed overwriting mbedTLS configs handled 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)
1 parent 6da1696 commit 1b16138

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
@@ -335,9 +335,6 @@ config MBEDTLS_ENABLE_HEAP
335335
config MBEDTLS_HEAP_SIZE
336336
default 8192
337337

338-
config MBEDTLS_TLS_LIBRARY
339-
default y
340-
341338
config NRF_SECURITY_ADVANCED
342339
default y
343340

@@ -356,9 +353,6 @@ config MBEDTLS_CTR_DRBG_C
356353
config MBEDTLS_CIPHER_MODE_CTR
357354
default y
358355

359-
config MBEDTLS_ECJPAKE_C
360-
default y
361-
362356
config MBEDTLS_SHA256_C
363357
default y
364358

0 commit comments

Comments
 (0)