summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Kconfig
blob: 61ecf2ade21f8ce6bcb3d4ab31c5a40fe51fbb98 (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_CC3000BASIC
	bool "A Basic Application to use CC3000 Module"
	default n
	---help---
		Enable the CC3000BASIC example

if EXAMPLES_CC3000BASIC
endif