Skip to content

Commit

Permalink
[nrf toup][nrfconnect] Enabled DAC migration by default for Thread
Browse files Browse the repository at this point in the history
Enabled DAC migration for all targets using Thread protocol,
as Wi-Fi does not support PSA yet.

Signed-off-by: Kamil Kasperczyk <[email protected]>
  • Loading branch information
kkasperczyk-no committed Oct 24, 2024
1 parent 5580536 commit ab6cd85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,9 @@ config MBEDTLS_SSL_COOKIE_C
config MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
default y

config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
default y if !CHIP_WIFI

# ==============================================================================
# Logging configuration
# ==============================================================================
Expand Down

0 comments on commit ab6cd85

Please sign in to comment.