mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 10:46:32 +00: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:
parent
dd7c4c9493
commit
c4f6897c8f
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
config NETUTILS_ESP8266
|
||||
bool "ESP8266"
|
||||
select ARCH_HAVE_NET
|
||||
default n
|
||||
---help---
|
||||
Enable support for ESP8266 application interface.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue