aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/Common/MultiCore.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmake/Common/MultiCore.cmake b/cmake/Common/MultiCore.cmake
index 46effbd92b..86e9d00dbd 100644
--- a/cmake/Common/MultiCore.cmake
+++ b/cmake/Common/MultiCore.cmake
@@ -14,6 +14,13 @@ function(enable_multi_core_topology_config)
set(TFM_MULTI_CORE_TOPOLOGY ON PARENT_SCOPE)
endfunction(enable_multi_core_topology_config)
+# Enable multiple outstanding NS PSA Client calls feature.
+# It requires the multi-core platform implement the configuration and support
+# of the multiple outstanding NS PSA Client calls feature.
+function(enable_multi_core_multi_client_call)
+ add_definitions(-DTFM_MULTI_CORE_MULTI_CLIENT_CALL)
+endfunction(enable_multi_core_multi_client_call)
+
# Platform specific cmake script calls this function to set secure core cpu type
# Argument CPU_TYPE_CMAKE represents the CMake file of the corresponding secure
# CPU type.