From 5ca324cad867dc8cbce030aa037daa6c459e7d5b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 29 Mar 2015 15:52:46 -0600 Subject: [PATCH] Add some missing dependencies in Kconfig files --- netutils/netlib/Kconfig | 1 + netutils/tftpc/Kconfig | 1 + netutils/webclient/Kconfig | 1 + 3 files changed, 3 insertions(+) diff --git a/netutils/netlib/Kconfig b/netutils/netlib/Kconfig index fce403198..9dd80aade 100644 --- a/netutils/netlib/Kconfig +++ b/netutils/netlib/Kconfig @@ -6,6 +6,7 @@ config NETUTILS_NETLIB bool "Network support library" default n + depends on NET ---help--- Enable support for the network support library. diff --git a/netutils/tftpc/Kconfig b/netutils/tftpc/Kconfig index e2edcd6ac..0ffa313a9 100644 --- a/netutils/tftpc/Kconfig +++ b/netutils/tftpc/Kconfig @@ -6,6 +6,7 @@ config NETUTILS_TFTPC bool "TFTP client" default n + depends on NET_UDP ---help--- Enable support for the TFTP client. diff --git a/netutils/webclient/Kconfig b/netutils/webclient/Kconfig index 95aa6ba0f..23168309f 100644 --- a/netutils/webclient/Kconfig +++ b/netutils/webclient/Kconfig @@ -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.