summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpd/Kconfig
blob: 1034b22062bc069bbf158faaa6e8e7da7eca27d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

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

if NETUTILS_FTPD
endif