tfm: Add profile choice selection for Medium without ARoT enabled

Add profile choice selection for Medium without ARoT enabled.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2023-11-28 15:48:15 +01:00 committed by Carles Cufí
commit 3b0b33b726

View file

@ -74,6 +74,7 @@ config TFM_PROFILE
depends on BUILD_WITH_TFM
default "profile_small" if TFM_PROFILE_TYPE_SMALL
default "profile_medium" if TFM_PROFILE_TYPE_MEDIUM
default "profile_medium_arotless" if TFM_PROFILE_TYPE_AROTLESS
default "profile_large" if TFM_PROFILE_TYPE_LARGE
help
Build profile used to build tfm_s image. The available values are
@ -99,6 +100,9 @@ config TFM_PROFILE_TYPE_SMALL
config TFM_PROFILE_TYPE_MEDIUM
bool "TF-M build profile: medium"
config TFM_PROFILE_TYPE_AROTLESS
bool "TF-M build profile: ARoT-less"
config TFM_PROFILE_TYPE_LARGE
bool "TF-M build profile: large"