Files
2025-03-17 11:29:50 +08:00

44 lines
666 B
Plaintext

menuconfig MBEDTLS_COMPONENT_ENABLED
bool "Enable mbedtls component"
default n
config EVEREST_ENABLED
bool "compile mbedtls libeverest"
default n
depends on MBEDTLS_COMPONENT_ENABLED
config P256M_ENABLED
bool "compile mbedtls libp256m"
default n
depends on MBEDTLS_COMPONENT_ENABLED
config MBEDCRYPTO_ENABLED
bool "compile mbedtls libmbedcrypto"
default n
depends on MBEDTLS_COMPONENT_ENABLED
config MBEDX509_ENABLED
bool "compile mbedtls libmbedx509"
default n
depends on MBEDTLS_COMPONENT_ENABLED
config MBEDTLS_ENABLED
bool "compile mbedtls libmbedtls"
default n
depends on MBEDTLS_COMPONENT_ENABLED