From 2b4b22e947a6c5d345473d8117790b297b9f7185 Mon Sep 17 00:00:00 2001 From: Aleksandr Khromykh Date: Thu, 24 Aug 2023 15:23:21 +0200 Subject: [PATCH] Bluetooth: Mesh: fix psa pub key usage Commit adds an additional option that is required TFM to generate dh public keys pair. That has became mandatory recently. Signed-off-by: Aleksandr Khromykh --- subsys/bluetooth/mesh/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/subsys/bluetooth/mesh/Kconfig b/subsys/bluetooth/mesh/Kconfig index 6620accb2568..2c5ed90f95b9 100644 --- a/subsys/bluetooth/mesh/Kconfig +++ b/subsys/bluetooth/mesh/Kconfig @@ -118,6 +118,7 @@ config BT_MESH_USES_TFM_PSA select PSA_WANT_ALG_HMAC select PSA_WANT_ALG_ECDH select PSA_WANT_ECC_SECP_R1_256 + select PSA_WANT_KEY_TYPE_ECC_KEY_PAIR choice TFM_PROFILE_TYPE depends on BT_MESH_USES_TFM_PSA