mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
config.pl: disable PSA_ITS_FILE and PSA_CRYPTO_STORAGE for baremetal
This commit is contained in:
parent
324b2f76ca
commit
9c754a9892
|
@ -123,6 +123,8 @@ MBEDTLS_MEMORY_BACKTRACE
|
||||||
MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
MBEDTLS_MEMORY_BUFFER_ALLOC_C
|
||||||
MBEDTLS_PLATFORM_TIME_ALT
|
MBEDTLS_PLATFORM_TIME_ALT
|
||||||
MBEDTLS_PLATFORM_FPRINTF_ALT
|
MBEDTLS_PLATFORM_FPRINTF_ALT
|
||||||
|
MBEDTLS_PSA_ITS_FILE_C
|
||||||
|
MBEDTLS_PSA_CRYPTO_STORAGE_C
|
||||||
);
|
);
|
||||||
|
|
||||||
# Things that should be enabled in "full" even if they match @excluded
|
# Things that should be enabled in "full" even if they match @excluded
|
||||||
|
|
Loading…
Reference in a new issue