mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add some missing dependencies in Kconfig files
This commit is contained in:
parent
c9eff799c0
commit
5ca324cad8
3 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
config NETUTILS_NETLIB
|
||||
bool "Network support library"
|
||||
default n
|
||||
depends on NET
|
||||
---help---
|
||||
Enable support for the network support library.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
config NETUTILS_TFTPC
|
||||
bool "TFTP client"
|
||||
default n
|
||||
depends on NET_UDP
|
||||
---help---
|
||||
Enable support for the TFTP client.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
config NETUTILS_WEBCLIENT
|
||||
bool "uIP web client"
|
||||
default n
|
||||
depends on NET_TCP
|
||||
---help---
|
||||
Enable support for the uIP web client.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue