summaryrefslogtreecommitdiff
path: root/apps/examples/cc3000/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cc3000/Kconfig')
-rw-r--r--apps/examples/cc3000/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/cc3000/Kconfig b/apps/examples/cc3000/Kconfig
new file mode 100644
index 000000000..61ecf2ade
--- /dev/null
+++ b/apps/examples/cc3000/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_CC3000BASIC
+ bool "A Basic Application to use CC3000 Module"
+ default n
+ ---help---
+ Enable the CC3000BASIC example
+
+if EXAMPLES_CC3000BASIC
+endif