mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-16 22:38:41 +08:00
ESP8266 Kconfig: Select ARCH_HAVE_NET when NETUTILS_ESP8266 is selected. This allows, among other things, support for network debug output.
This commit is contained in:

committed by
Gregory Nutt

parent
dd7c4c9493
commit
c4f6897c8f
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
config NETUTILS_ESP8266
|
config NETUTILS_ESP8266
|
||||||
bool "ESP8266"
|
bool "ESP8266"
|
||||||
|
select ARCH_HAVE_NET
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ESP8266 application interface.
|
Enable support for ESP8266 application interface.
|
||||||
|
Reference in New Issue
Block a user