mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-18 12:28:52 +08:00
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
menu "esp-wolfssl(internal)"
|
|
|
|
config ESP_WOLFSSL_INTERNAL
|
|
bool "Enable esp-wolfssl(internal)"
|
|
default n
|
|
help
|
|
Enable esp-wolfssl(internal).
|
|
|
|
If users want to use external wolfssl, please disable this option.
|
|
|
|
config WOLFSSL_DEBUG
|
|
bool "Enable esp-wolfssl(internal) debugging"
|
|
default n
|
|
help
|
|
Enable esp-wolfssl(internal) debugging functions at compile time.
|
|
|
|
endmenu
|