refactor(build): rename build option RMM_CCA_DA to RMM_V1_1
The build option RMM_CCA_DA was introduced to enable Device Assignment
feature. While updating RMI, RSI commands aligning with RMM v1.1
specification we had to add data types and commands related to other
v1.1 features. So the RMM_CCA_DA build option is renamed to RMM_V1_1.
RMM v1.1 features like Device Assignment, Planes and MEC related
feature development can use this build option to enable or disable the
support for a feature.
Signed-off-by: Arunachalam Ganapathy <arunachalam.ganapathy@arm.com>
Change-Id: Iccdd5624b25405c2af25ad924757d0940b239dcf
diff --git a/lib/mbedtls/CMakeLists.txt b/lib/mbedtls/CMakeLists.txt
index 417e91c..aa6956c 100644
--- a/lib/mbedtls/CMakeLists.txt
+++ b/lib/mbedtls/CMakeLists.txt
@@ -55,7 +55,7 @@
# Include targets mbedcrypto, mbedx509
set(MBEDTLS_LIBS mbedcrypto)
-if(RMM_CCA_DA)
+if(RMM_V1_1)
list(APPEND MBEDTLS_LIBS mbedx509)
endif()