add MBEDTLS_PSA_HAS_ITS_IO to config.h

This commit is contained in:
Netanel Gonen 2018-11-19 12:19:19 +02:00 committed by avolinski
parent 9468bb241c
commit 212a793217

View file

@ -1103,6 +1103,16 @@
*/
//#define MBEDTLS_ENTROPY_NV_SEED
/**
* \def MBEDTLS_PSA_HAS_ITS_IO
*
* Enable the non-volatile secure storage usage.
*
* This is crucial on systems that do not have a HW TRNG support.
*
*/
//#define MBEDTLS_PSA_HAS_ITS_IO
/**
* \def MBEDTLS_MEMORY_DEBUG
*