summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Kconfig
blob: 93ab8a589f6f6994686a5710e2d60250e0a69620 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# 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
	depends on WL_CC3000
	---help---
		Enable the CC3000BASIC example

if EXAMPLES_CC3000BASIC

config EXAMPLES_CC3000_MEM_CHECK
	bool "Memory check instrumentation"
	default n
	---help---
		Define to help debug memory issues

config EXAMPLES_CC3000_STACK_CHECK
	bool "Stack check instrumentation"
	default n
	---help---
		Define to help debug stack size issues

endif