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:
parent
44106dac56
commit
3b0b33b726
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue