Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ endif # CHIP_WIFI
# Crypto configuration
# ==============================================================================

choice OPENTHREAD_SECURITY
choice OPENTHREAD_SECURITY_CONFIG
default OPENTHREAD_NRF_SECURITY_PSA_CHOICE if CHIP_CRYPTO_PSA
default OPENTHREAD_NRF_SECURITY_CHOICE

endchoice

choice RNG_GENERATOR_CHOICE
Expand Down Expand Up @@ -423,9 +423,6 @@ if !CHIP_CRYPTO_PSA
config OBERON_BACKEND
default y

config NRF_SECURITY_ADVANCED
default y

config MBEDTLS_AES_C
default y

Expand Down Expand Up @@ -553,7 +550,7 @@ if CHIP_LIB_SHELL
choice POSIX_AEP_CHOICE
default POSIX_AEP_CHOICE_NONE

endchoice
endchoice

endif # CHIP_LIB_SHELL

Expand Down
1 change: 1 addition & 0 deletions src/test_driver/nrfconnect/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
CONFIG_MBEDTLS_USER_CONFIG_FILE="app_mbedtls_config.h"
CONFIG_MBEDTLS_ENTROPY_POLL_ZEPHYR=y
CONFIG_MBEDTLS_ENTROPY_C=y
CONFIG_MBEDTLS_X509_CRT_PARSE_C=y
CONFIG_MBEDTLS_KEY_EXCHANGE_ECDHE_ECDSA_ENABLED=y
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
CONFIG_MBEDTLS_MEMORY_DEBUG=y
Expand Down
Loading