mbedtls: Keep CONFIG_MBEDTLS_DYNAMIC_BUFFER disabled for Linux target

This commit is contained in:
Harshit Malpani 2023-02-17 11:09:14 +05:30
parent 2c8c8bfd2d
commit 214627f14b
No known key found for this signature in database
GPG Key ID: FF1193D150EF75C3

View File

@ -102,7 +102,7 @@ menu "mbedTLS"
default n default n
select MBEDTLS_ASYMMETRIC_CONTENT_LEN select MBEDTLS_ASYMMETRIC_CONTENT_LEN
# Dynamic buffer feature is not supported with DTLS # Dynamic buffer feature is not supported with DTLS
depends on !MBEDTLS_SSL_PROTO_DTLS && !MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH depends on !IDF_TARGET_LINUX && !MBEDTLS_SSL_PROTO_DTLS && !MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH
help help
Using dynamic TX/RX buffer. After enabling this option, mbedTLS will Using dynamic TX/RX buffer. After enabling this option, mbedTLS will
allocate TX buffer when need to send data and then free it if all data allocate TX buffer when need to send data and then free it if all data