Skip to content

Commit

Permalink
samples: openthread: switch nrf5340 TFM builds to use PSA in all samples
Browse files Browse the repository at this point in the history
change configs in coap samples for nrf5340dk_nrf5340_ns to use
`CONFIG_OPENTHREAD_NRF_SECURITY_PSA_CHOICE` flag

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski authored and nordicjm committed Oct 10, 2023
1 parent a40c8ce commit 050ffa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#

# Enable Trusted Firmware M
CONFIG_OPENTHREAD_CRYPTO_PSA=y
CONFIG_OPENTHREAD_NRF_SECURITY_PSA_CHOICE=y
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#

# Enable Trusted Firmware M
CONFIG_OPENTHREAD_CRYPTO_PSA=y
CONFIG_OPENTHREAD_NRF_SECURITY_PSA_CHOICE=y

0 comments on commit 050ffa2

Please sign in to comment.