soc: st: Set BUILD_WITH_TFM by default (when required)
CONFIG_BUILD_WITH_TFM should always be set when building a non secure target. Signed-off-by: Erwan Gouriou <erwan.gouriou@st.com>
This commit is contained in:
parent
3a383aad6c
commit
7a7abb7b18
1 changed files with 3 additions and 0 deletions
|
@ -60,4 +60,7 @@ config MEMC_STM32
|
||||||
config USE_DT_CODE_PARTITION
|
config USE_DT_CODE_PARTITION
|
||||||
default y if TRUSTED_EXECUTION_NONSECURE
|
default y if TRUSTED_EXECUTION_NONSECURE
|
||||||
|
|
||||||
|
config BUILD_WITH_TFM
|
||||||
|
default y if TRUSTED_EXECUTION_NONSECURE
|
||||||
|
|
||||||
endif # SOC_FAMILY_STM32
|
endif # SOC_FAMILY_STM32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue