From e67abe226d58f9129f101c1869ebb2d452a8a38c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 25 Feb 2015 08:43:25 -0600 Subject: Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox --- apps/netutils/ftpd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/netutils') diff --git a/apps/netutils/ftpd/Kconfig b/apps/netutils/ftpd/Kconfig index 43fc70dbd..1034b2206 100644 --- a/apps/netutils/ftpd/Kconfig +++ b/apps/netutils/ftpd/Kconfig @@ -6,6 +6,7 @@ config NETUTILS_FTPD bool "FTP server" default n + depends on NET_TCP && !DISABLE_POLL ---help--- Enable support for the FTP server. -- cgit v1.2.3