Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox
This commit is contained in:
parent
7bae01c805
commit
0ff0aa6d21
@ -6,6 +6,7 @@
|
|||||||
config NETUTILS_FTPD
|
config NETUTILS_FTPD
|
||||||
bool "FTP server"
|
bool "FTP server"
|
||||||
default n
|
default n
|
||||||
|
depends on NET_TCP && !DISABLE_POLL
|
||||||
---help---
|
---help---
|
||||||
Enable support for the FTP server.
|
Enable support for the FTP server.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user