Skip to content

Commit 98bf3b2

Browse files
kkasperczyk-noadigie
authored andcommitted
[nrf toup][nrfconnect] Enabled DAC migration by default for Thread
Enabled DAC migration for all targets using Thread protocol, as Wi-Fi does not support PSA yet. Signed-off-by: Kamil Kasperczyk <[email protected]> (cherry picked from commit 700233b) Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent d54ca81 commit 98bf3b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/nrfconnect/chip-module/Kconfig.defaults

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,9 @@ config MBEDTLS_SSL_COOKIE_C
433433
config MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH
434434
default y
435435

436+
config CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY
437+
default y if !CHIP_WIFI
438+
436439
# ==============================================================================
437440
# Logging configuration
438441
# ==============================================================================

0 commit comments

Comments
 (0)