mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 10:17:49 +08:00
11 lines
201 B
Plaintext
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()
|