2025-02-27 17:59:18 +08:00

27 lines
605 B
Plaintext

menu "PSA Mbedtls"
config PSA_MBEDTLS
bool "Enable mbedtls v3.5.2"
default n
config PSA_MBEDTLS_TEST
bool "Enable psa mbedtls test"
default n
config PSA_CUSTOMIZATION_TZ_L
bool "Enable adapt customization interface"
default n
config PSA_CUSTOMIZATION_TEST
bool "Enable psa customization test"
default n
config PSA_MBEDTLS_FORWARD_COMPATIBILITY
bool "forward compatibility"
default n
config MBEDTLS_SSL_IN_CONTENT_LEN
int "Config MBEDTLS_SSL_IN_CONTENT_LEN"
default 4096
config MBEDTLS_SSL_OUT_CONTENT_LEN
int "Config MBEDTLS_SSL_OUT_CONTENT_LEN"
default 4096
endmenu