Condition the CC3000 example on having selected the CC3000 device
This commit is contained in:
parent
d69d133f62
commit
f62a16df87
@ -656,5 +656,7 @@
|
|||||||
* apps/examples/ostest/Kconfig: Add configuration options for
|
* apps/examples/ostest/Kconfig: Add configuration options for
|
||||||
the FPU test. There are still many OS test configuration
|
the FPU test. There are still many OS test configuration
|
||||||
optionst that do not appear in Kconfig (2013-9-18).
|
optionst that do not appear in Kconfig (2013-9-18).
|
||||||
|
* apps/examples/cc3000: Condition the CC3000 example on having
|
||||||
|
selected the CC3000 device. Otherwise, you are prompted for
|
||||||
|
this the CC3000 option on each 'make oldconfig' (2013-9-18).
|
||||||
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
config EXAMPLES_CC3000BASIC
|
config EXAMPLES_CC3000BASIC
|
||||||
bool "A Basic Application to use CC3000 Module"
|
bool "A Basic Application to use CC3000 Module"
|
||||||
default n
|
default n
|
||||||
|
depends on WL_CC3000
|
||||||
---help---
|
---help---
|
||||||
Enable the CC3000BASIC example
|
Enable the CC3000BASIC example
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user