summaryrefslogtreecommitdiff
path: root/apps/netutils/tftpc/Kconfig
blob: e2edcd6acc3bb5df2902dd85f9dd922fe37d1c4a (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_TFTPC
	bool "TFTP client"
	default n
	---help---
		Enable support for the TFTP client.

if NETUTILS_TFTPC
endif