Add some missing dependencies in Kconfig files

This commit is contained in:
Gregory Nutt 2015-03-29 15:52:46 -06:00
parent c9eff799c0
commit 5ca324cad8
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@
config NETUTILS_NETLIB
bool "Network support library"
default n
depends on NET
---help---
Enable support for the network support library.

View File

@ -6,6 +6,7 @@
config NETUTILS_TFTPC
bool "TFTP client"
default n
depends on NET_UDP
---help---
Enable support for the TFTP client.

View File

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