summaryrefslogtreecommitdiff
path: root/apps/examples/nettest/Kconfig
blob: 63d34ec3ff81d39de32ff99e9546d84f9cef5607 (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_NETTEST
	bool "Network test example"
	default n
	---help---
		Enable the network test example

if EXAMPLES_NETTEST
endif