Add a new flag for the micro-ecc
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index 654f972..93ef982 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -2255,6 +2255,19 @@
 #define MBEDTLS_ECP_C
 
 /**
+ * \def MBEDTLS_USE_UECC
+ *
+ * Enable the tinycrypt ECC library.
+ *
+ * Module:  tinycrypt/ecc.c
+ *          tinycrypt/ecc_dh.c
+ *          tinycrypt/ecc_dsa.c
+ *
+ * This module provides alternative ECC handling functions
+ */
+//#define MBEDTLS_USE_UECC
+
+/**
  * \def MBEDTLS_ENTROPY_C
  *
  * Enable the platform-specific entropy code.