summaryrefslogtreecommitdiff
path: root/apps/examples/ftpc/Kconfig
blob: 59fbbaa84ba77852afee81dd9749b9365065f049 (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 EXAMPLES_FTPC
	bool "FTP client example"
	default n
	---help---
		Enable the FTP client example

if EXAMPLES_FTPC
endif