Lines Matching refs:config
23 # Load extra config
28 # Set TF-M project config header file
31 # Load PSA config, setting options not already set
33 include(config/tests/config_test_psa_api.cmake)
36 # Load build type config, setting options not already set
38 if (EXISTS ${CMAKE_SOURCE_DIR}/config/build_type/${CMAKE_BUILD_TYPE_LOWERCASE}.cmake)
39 include(${CMAKE_SOURCE_DIR}/config/build_type/${CMAKE_BUILD_TYPE_LOWERCASE}.cmake)
42 # Load platform config, setting options not already set
43 if (EXISTS ${CMAKE_SOURCE_DIR}/platform/ext/target/${TFM_PLATFORM}/config.cmake)
44 include(platform/ext/target/${TFM_PLATFORM}/config.cmake)
48 include(${CMAKE_SOURCE_DIR}/config/kconfig.cmake)
50 # Parse tf-m-tests config prior to platform specific config.cmake
55 # Load profile config, setting options not already set
57 include(config/profile/${TFM_PROFILE}.cmake)
66 include(${CMAKE_SOURCE_DIR}/config/tfm_build_log_config.cmake)
68 # Load TF-M model specific default config
69 # Load IPC backend config if isolation level is explicitly specified to 2/3 or IPC backend is
70 # selected via build command line. Otherwise, load SFN backend config by default.
71 # If a pair of invalid settings are passed via command line, it will be captured later via config
77 include(config/tfm_ipc_config_default.cmake)
80 include(config/tfm_sfn_config_default.cmake)
83 # Load bl1 config
85 include(${CMAKE_SOURCE_DIR}/bl1/config/bl1_config_default.cmake)
94 include(config/tfm_fwu_config.cmake)
97 include(config/cp_config_default.cmake)
100 include(config/config_base.cmake)
102 # Fetch tf-m-tests repo during config, if NS or regression test is required.
108 # It also depends on regression test config.
109 include(config/tfm_secure_log.cmake)
111 # Set user defined TF-M config header file
122 # Set platform defined TF-M config header file