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:
Pierre-noel Bouteville 2016-07-14 09:30:59 -06:00 committed by Gregory Nutt
parent dd7c4c9493
commit c4f6897c8f

View File

@ -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.