boards: lpcxpresso55s69: switch to use the TFM_PROFILE_TYPE choice

Switch the default LPC board configuration to select the
TFM_PROFILE_TYPE_MEDIUM choice, instead of directly setting
the TFM_PROFILE variable, as this is now made hidden.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
This commit is contained in:
Ioannis Glaropoulos 2021-03-29 15:47:33 +02:00
parent b80ad4c4b3
commit d93c25c343

View file

@ -52,9 +52,10 @@ config FLASH_LOAD_SIZE
endif # TRUSTED_EXECUTION_NONSECURE || BOARD_LPCXPRESSO55S69_CPU1
config TFM_PROFILE
default "profile_medium"
choice TFM_PROFILE_TYPE
depends on BUILD_WITH_TFM
default TFM_PROFILE_TYPE_MEDIUM
endchoice
endif # BOARD_LPCXPRESSO55S69_CPU0 || BOARD_LPCXPRESSO55S69_CPU1