summaryrefslogtreecommitdiff
path: root/apps/examples/wlan/Kconfig
blob: 7f8fb526a5c9194755c6d48861f7dcefcfaf1f72 (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_WLAN
	bool "WLAN example"
	default n
	---help---
		Enable the WLAN example

if EXAMPLES_WLAN
endif