summaryrefslogtreecommitdiff
path: root/apps/examples/json/Kconfig
diff options
context:
space:
mode:
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