mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add some Kconfig dependencies to reduce possibility of bad configurations. Suggested by OrbitalFox
This commit is contained in:
parent
7bae01c805
commit
0ff0aa6d21
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue