From f62a16df87a0df2817553ce1e281eb9ce60da13f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 18 Sep 2013 10:32:57 -0600 Subject: [PATCH] Condition the CC3000 example on having selected the CC3000 device --- ChangeLog.txt | 4 +++- examples/cc3000/Kconfig | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) 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