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.