summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-18 10:32:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-18 10:32:57 -0600
commit915ec17f9637b30ca81421b35a4d4326e81599cf (patch)
treece7d972bc66cb0fc27430f0316239ade76a2d0cb /apps/examples/cc3000
parenta6f7c88c4f8493270c923492e123688da68f2207 (diff)
downloadpx4-nuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.tar.gz
px4-nuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.tar.bz2
px4-nuttx-915ec17f9637b30ca81421b35a4d4326e81599cf.zip
Condition the CC3000 example on having selected the CC3000 device
Diffstat (limited to 'apps/examples/cc3000')
-rw-r--r--apps/examples/cc3000/Kconfig1
1 files changed, 1 insertions, 0 deletions
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