summaryrefslogtreecommitdiff
path: root/apps/netutils/ftpc/Kconfig
blob: 7a63001fa53ec7c83dfce48b80366ae2d5dedfb5 (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_FTPC
	bool "FTP client"
	default n
	---help---
		Enable support for the FTP client.

if NETUTILS_FTPC
endif