- CONFIG_FULL_MBEDTLS #MbedTLS pruning, disabling it can optimize codesize
- CONFIG_PSA_MBEDTLS #Supports MbedTLS V3.5.2
- CONFIG_MBEDTLS_USE_PSA_CRYPTO #TLS protocol supports PSA API
- CONFIG_TRUSTENGINE #Supports hardware acceleration, enabling it will increase codesize
- CONFIG_SW_CRYPTO #Supports pure software implementation, mutually exclusive with CONFIG_TRUSTENGINE
- CONFIG_TE200_ENTROPY #Supports TrustEngine random number entropy source
- CONFIG_MBEDTLS_LOG_LEVEL="OFF" #Sets MbedTLS debug log level (OFF/ERROR/WARNING/INFO/DEBUG)
- CONFIG_PSA_MBEDTLS_TEST #Supports PSA API testing
- CONFIG_TRUSTENGINE_TEST #Supports MbedTLS API and performance testing