summaryrefslogtreecommitdiff
path: root/apps/examples/wget/Kconfig
blob: f7a1927f30a2f97bcce52f9414e25f88ca9a9e1f (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_WGET
	bool "wget example"
	default n
	---help---
		Enable the wget example

if EXAMPLES_WGET
endif