2013-09-03 22:59:48 +02:00
|
|
|
#
|
|
|
|
# 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
|
2013-09-18 18:32:57 +02:00
|
|
|
depends on WL_CC3000
|
2013-09-03 22:59:48 +02:00
|
|
|
---help---
|
|
|
|
Enable the CC3000BASIC example
|
|
|
|
|
|
|
|
if EXAMPLES_CC3000BASIC
|
|
|
|
endif
|