mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-12 06:35:35 +00:00
add MBEDTLS_PSA_HAS_ITS_IO to config.h
This commit is contained in:
parent
9468bb241c
commit
212a793217
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue