Add some missing dependencies in Kconfig files
This commit is contained in:
parent
c9eff799c0
commit
5ca324cad8
@ -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…
Reference in New Issue
Block a user