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