diff --git a/samples/tfm_integration/psa_crypto/prj.conf b/samples/tfm_integration/psa_crypto/prj.conf index 0a57fe3e779..606787e1b96 100644 --- a/samples/tfm_integration/psa_crypto/prj.conf +++ b/samples/tfm_integration/psa_crypto/prj.conf @@ -11,6 +11,7 @@ CONFIG_LOG_DEFAULT_LEVEL=4 #CONFIG_PSA_SHELL=y CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y CONFIG_TFM_IPC=y # The Zephyr CMSIS emulation assumes that ticks are ms, currently diff --git a/samples/tfm_integration/psa_firmware/prj.conf b/samples/tfm_integration/psa_firmware/prj.conf index c3dec32208f..9425ce854ba 100644 --- a/samples/tfm_integration/psa_firmware/prj.conf +++ b/samples/tfm_integration/psa_firmware/prj.conf @@ -5,6 +5,7 @@ CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD=0 CONFIG_LOG_DEFAULT_LEVEL=4 CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y CONFIG_TFM_BL2=y CONFIG_TFM_IPC=y CONFIG_TFM_PARTITION_FIRMWARE_UPDATE=y diff --git a/samples/tfm_integration/psa_protected_storage/prj.conf b/samples/tfm_integration/psa_protected_storage/prj.conf index 811b3048d10..12639123ea8 100644 --- a/samples/tfm_integration/psa_protected_storage/prj.conf +++ b/samples/tfm_integration/psa_protected_storage/prj.conf @@ -5,3 +5,4 @@ # CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y diff --git a/samples/tfm_integration/tfm_ipc/prj.conf b/samples/tfm_integration/tfm_ipc/prj.conf index 7a4c680c6c1..16ba86553d1 100644 --- a/samples/tfm_integration/tfm_ipc/prj.conf +++ b/samples/tfm_integration/tfm_ipc/prj.conf @@ -1,4 +1,5 @@ CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y CONFIG_TFM_IPC=y CONFIG_REBOOT=y diff --git a/samples/tfm_integration/tfm_psa_test/prj.conf b/samples/tfm_integration/tfm_psa_test/prj.conf index 6ab0169437f..aa35a6c27db 100644 --- a/samples/tfm_integration/tfm_psa_test/prj.conf +++ b/samples/tfm_integration/tfm_psa_test/prj.conf @@ -5,6 +5,7 @@ # CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y CONFIG_QEMU_ICOUNT_SHIFT=1 # Needed for CRYPTO and INITIAL_ATTESTATION diff --git a/samples/tfm_integration/tfm_regression_test/prj.conf b/samples/tfm_integration/tfm_regression_test/prj.conf index b98a1911117..4a0337c3080 100644 --- a/samples/tfm_integration/tfm_regression_test/prj.conf +++ b/samples/tfm_integration/tfm_regression_test/prj.conf @@ -5,5 +5,6 @@ # CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y CONFIG_TFM_REGRESSION_S=y CONFIG_TFM_REGRESSION_NS=y diff --git a/samples/tfm_integration/tfm_secure_partition/prj.conf b/samples/tfm_integration/tfm_secure_partition/prj.conf index 811b3048d10..12639123ea8 100644 --- a/samples/tfm_integration/tfm_secure_partition/prj.conf +++ b/samples/tfm_integration/tfm_secure_partition/prj.conf @@ -5,3 +5,4 @@ # CONFIG_BUILD_WITH_TFM=y +CONFIG_TFM_PROFILE_TYPE_NOT_SET=y