Lines Matching refs:config
8 values, with docstrings, can be found in ``config/config_base.cmake``.
11 config that has already been set at any of the prior stages.
16 3. If TEST_PSA_TEST is set, then PSA API test related config is applied from
17 ``config/tests/config_test_psa_api.cmake``.
18 4. If it exists, CMAKE_BUILD_TYPE specific config is applied from
19 ``config/build_type/<build_type>.cmake``.
20 5. Target specific config from ``platform/ext/target/<target_platform>/config.cmake``
22 6. If CRYPTO_HW_ACCELERATOR is set, then a config specific to the
24 7. If it exists, TFM Profile specific config is applied from
25 ``config/profile/<tfm_profile>.cmake``.
26 8. ``config/config_default.cmake`` is loaded.
27 9. If ``TEST_S`` or ``TEST_NS`` or other single test suite config like
29 config from ``${TFM_TEST_REPO_PATH}/test/config/set_config.cmake`` and
30 ``${TFM_TEST_REPO_PATH}/test/config/default_ns_test_config.cmake`` or
31 ``${TFM_TEST_REPO_PATH}/test/config/default_s_test_config.cmake`` or
32 ``${TFM_TEST_REPO_PATH}/test/config/default_test_config.cmake`` is