Files
ESP8266_RTOS_SDK/components/mbedtls/Kconfig
2025-04-18 14:11:50 +08:00

11 lines
201 B
Plaintext

choice MBEDTLS_VERSION
prompt "Mbedtls Version"
default MBEDTLS_V2
config MBEDTLS_V2
bool "MbedTls V2.x"
source "$IDF_PATH/components/mbedtls/mbedtls_v2/Kconfig"
endchoice()