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

config NETUTILS_FTPD
	bool "FTP server"
	default n
	---help---
		Enable support for the FTP server.

if NETUTILS_FTPD
endif