diff --git a/netutils/ftpd/Kconfig b/netutils/ftpd/Kconfig index 43fc70dbd..1034b2206 100644 --- a/netutils/ftpd/Kconfig +++ b/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.