diff --git a/ChangeLog.txt b/ChangeLog.txt index 25504750b..268278816 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -656,5 +656,7 @@ * apps/examples/ostest/Kconfig: Add configuration options for the FPU test. There are still many OS test configuration 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). diff --git a/examples/cc3000/Kconfig b/examples/cc3000/Kconfig index 61ecf2ade..505086336 100644 --- a/examples/cc3000/Kconfig +++ b/examples/cc3000/Kconfig @@ -6,6 +6,7 @@ config EXAMPLES_CC3000BASIC bool "A Basic Application to use CC3000 Module" default n + depends on WL_CC3000 ---help--- Enable the CC3000BASIC example