You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
44 lines
666 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|