Skip to content

Commit 596b8fb

Browse files
Vge0rgeanangl
authored andcommitted
modules: tf-m: Change default profile for most use cases
Change the default profile for TF-M for all devices which use the bluetooth crypto, bluetooth mesh crypto and openthread. Instead of the minimal profile of TF-M which doesn't provide crypto operations apart from rng use the PROFILE_TYPE_NOT_SET which allows crypto operations based on the enabled PSA_WANTs. This is preparation work, the profile will be PROFILE_TYPE_NOT_SET for all devices and use cases in the future. Signed-off-by: Georgios Vasilakis <[email protected]>
1 parent cfee8c6 commit 596b8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/trusted-firmware-m/Kconfig.tfm.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ config TFM_LOG_LEVEL_SILENCE
4242
$(dt_nodelabel_has_prop,uart30,pinctrl-names)
4343

4444
choice TFM_PROFILE_TYPE
45-
default TFM_PROFILE_TYPE_NOT_SET if SOC_SERIES_NRF54LX
45+
default TFM_PROFILE_TYPE_NOT_SET if SOC_SERIES_NRF54LX || BT_CRYPTO || BT_MESH_USES_TFM_PSA || OPENTHREAD
4646
default TFM_PROFILE_TYPE_MINIMAL
4747
endchoice
4848

0 commit comments

Comments
 (0)