From 700233bea1168d8822c4c7d1553e09592f9c6c48 Mon Sep 17 00:00:00 2001 From: Kamil Kasperczyk Date: Thu, 24 Oct 2024 12:22:44 +0200 Subject: [PATCH] [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 --- config/nrfconnect/chip-module/Kconfig.defaults | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/nrfconnect/chip-module/Kconfig.defaults b/config/nrfconnect/chip-module/Kconfig.defaults index 2ee63c2f50..8457dc19b5 100644 --- a/config/nrfconnect/chip-module/Kconfig.defaults +++ b/config/nrfconnect/chip-module/Kconfig.defaults @@ -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 # ==============================================================================