summaryrefslogtreecommitdiff
path: root/apps/examples/json/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-27 18:21:26 +0000
commit42000d013c9e817baf40d6445ac015991bb4a50b (patch)
tree406de17abc4dcaf0ee6ea4ad85bc4c45ea1d4e85 /apps/examples/json/Kconfig
parentb3ee6803286f2d85eb1893780b4c20265d6b8f67 (diff)
downloadnuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.gz
nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.tar.bz2
nuttx-42000d013c9e817baf40d6445ac015991bb4a50b.zip
Add port of cJSON from Darcy Gong
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5267 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/json/Kconfig')
-rw-r--r--apps/examples/json/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/examples/json/Kconfig b/apps/examples/json/Kconfig
new file mode 100644
index 000000000..6d948f0d7
--- /dev/null
+++ b/apps/examples/json/Kconfig
@@ -0,0 +1,14 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_JSON
+ bool "JSON example"
+ default n
+ select NETUTILS_JSON
+ ---help---
+ An example for the netutils/json library.
+
+if EXAMPLES_JSON
+endif