We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bdd429 commit 5db32ccCopy full SHA for 5db32cc
components/asio/Kconfig
@@ -1,6 +1,15 @@
1
menu "ESP-ASIO"
2
visible if LWIP_IPV6
3
4
+ config ASIO_IS_ENABLED
5
+ # Invisible option that is enabled if ASIO is added to the IDF components.
6
+ # This is used to "select" LWIP_NETIF_API option
7
+ # which enables if_indextoname() and if_nametoindex() functions
8
+ # (these are optionally used in asio)
9
+ bool
10
+ default "y"
11
+ select LWIP_NETIF_API
12
+
13
config ASIO_SSL_SUPPORT
14
bool "Enable SSL/TLS support of ASIO"
15
default n
0 commit comments