-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: openthread: switch nrf5340 TFM builds to use PSA in all samples
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
1 parent
a40c8ce
commit 050ffa2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
# | ||
|
||
# Enable Trusted Firmware M | ||
CONFIG_OPENTHREAD_CRYPTO_PSA=y | ||
CONFIG_OPENTHREAD_NRF_SECURITY_PSA_CHOICE=y |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
# | ||
|
||
# Enable Trusted Firmware M | ||
CONFIG_OPENTHREAD_CRYPTO_PSA=y | ||
CONFIG_OPENTHREAD_NRF_SECURITY_PSA_CHOICE=y |