Crypto: Add config check for mbedtls
Add dependency configuration checks between tfm crypto service
switch and mbedcrypto switch.
Change-Id: I86c516fcf486f68ef7571516437a057c1f7085aa
Signed-off-by: Summer Qin <summer.qin@arm.com>
diff --git a/secure_fw/partitions/crypto/crypto_init.c b/secure_fw/partitions/crypto/crypto_init.c
index 6a27117..a13348e 100644
--- a/secure_fw/partitions/crypto/crypto_init.c
+++ b/secure_fw/partitions/crypto/crypto_init.c
@@ -11,6 +11,7 @@
#include "tfm_crypto_api.h"
#include "tfm_crypto_defs.h"
#include "tfm_sp_log.h"
+#include "crypto_check_config.h"
/*
* \brief This Mbed TLS include is needed to initialise the memory allocator