-
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: crypto: Don't disable Oberon for TF-M
When we built with TF-M in non minimal builts we we required HKDF which is only supported by Oberon. So in configuration we don't allow Oberon to be disabled, this updates all the samples so that they don't allow to disable the Oberon PSA driver in TF-M builds. Signed-off-by: Georgios Vasilakis <georgios.vasilakis@nordicsemi.no>
- Loading branch information
Showing
25 changed files
with
0 additions
and
25 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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y |
1 change: 0 additions & 1 deletion
1
samples/crypto/chachapoly/boards/nrf5340dk_nrf5340_cpuapp_ns.conf
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y |
1 change: 0 additions & 1 deletion
1
samples/crypto/persistent_key_usage/boards/nrf5340dk_nrf5340_cpuapp_ns.conf
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y |
1 change: 0 additions & 1 deletion
1
samples/crypto/persistent_key_usage/boards/nrf9160dk_nrf9160_ns.conf
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y | ||
|
||
# Using hardware crypto accelerator | ||
CONFIG_PSA_CRYPTO_DRIVER_OBERON=n | ||
CONFIG_PSA_CRYPTO_DRIVER_CC3XX=y |