apps/: Removed all references to CONFIG_DISABLE_POLL. The standard POSIX poll() can not longer be disabled.

This commit is contained in:
Gregory Nutt
2019-05-21 19:08:12 -06:00
parent b7b3dfb58b
commit dd35a7cacc
20 changed files with 28 additions and 61 deletions

View File

@@ -6,7 +6,7 @@
config NETUTILS_FTPD
bool "FTP server"
default n
depends on NET_TCP && !DISABLE_POLL
depends on NET_TCP
---help---
Enable support for the FTP server.