Skip to content

Commit

Permalink
Bluetooth: Mesh: fix psa pub key usage
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alxelax authored and nordicjm committed Aug 24, 2023
1 parent d1d5673 commit 2b4b22e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subsys/bluetooth/mesh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b4b22e

Please sign in to comment.