summaryrefslogtreecommitdiff
path: root/apps/examples/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-03 14:59:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-03 14:59:48 -0600
commitdceb2d4a91921794ce9277e43c26821816a93135 (patch)
treee1b86ca39583b5b0cfba274b88dad04216872b76 /apps/examples/Kconfig
parentb4bb68d62079c291a1ff35330c82e8f078a117a0 (diff)
downloadnuttx-dceb2d4a91921794ce9277e43c26821816a93135.tar.gz
nuttx-dceb2d4a91921794ce9277e43c26821816a93135.tar.bz2
nuttx-dceb2d4a91921794ce9277e43c26821816a93135.zip
Initial cut of a driver for the TI CC3000 network module with support on the Freescale KL25Z board from Alan Carvalho de Assis
Diffstat (limited to 'apps/examples/Kconfig')
-rw-r--r--apps/examples/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/Kconfig b/apps/examples/Kconfig
index 2546fea40..ad75af005 100644
--- a/apps/examples/Kconfig
+++ b/apps/examples/Kconfig
@@ -6,6 +6,7 @@
source "$APPSDIR/examples/adc/Kconfig"
source "$APPSDIR/examples/buttons/Kconfig"
source "$APPSDIR/examples/can/Kconfig"
+source "$APPSDIR/examples/cc3000/Kconfig"
source "$APPSDIR/examples/cdcacm/Kconfig"
source "$APPSDIR/examples/composite/Kconfig"
source "$APPSDIR/examples/cxxtest/Kconfig"