Skip to content

Commit 1b26ab8

Browse files
committed
[nrf noup] tests: bluetooth: bt_crypto: Use TFM_PROFILE_TYPE_NOT_SET
The default TFM profile type Minimal in NCS doesn't have all algorithms needed by this test. Signed-off-by: Pavel Vasilyev <[email protected]>
1 parent 568a8ad commit 1b26ab8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/bluetooth/bt_crypto/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
config BT_CRYPTO
55
default y
6+
select PSA_WANT_ALG_SHA_256
7+
select PSA_WANT_ALG_ECB_NO_PADDING
8+
select PSA_WANT_ALG_CCM
69

710
# Include Zephyr's Kconfig.
811
source "Kconfig"

tests/bluetooth/bt_crypto/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ CONFIG_BT_H4=n
77

88
CONFIG_TEST_EXTRA_STACK_SIZE=1024
99
CONFIG_MAIN_STACK_SIZE=2048
10+
11+
CONFIG_TFM_PROFILE_TYPE_NOT_SET=y

0 commit comments

Comments
 (0)