From 915ec17f9637b30ca81421b35a4d4326e81599cf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 18 Sep 2013 10:32:57 -0600 Subject: Condition the CC3000 example on having selected the CC3000 device --- apps/examples/cc3000/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/cc3000') diff --git a/apps/examples/cc3000/Kconfig b/apps/examples/cc3000/Kconfig index 61ecf2ade..505086336 100644 --- a/apps/examples/cc3000/Kconfig +++ b/apps/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 -- cgit v1.2.3