Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox

This commit is contained in:
Gregory Nutt 2015-02-25 08:43:25 -06:00
parent 7bae01c805
commit 0ff0aa6d21

View File

@ -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.