summaryrefslogtreecommitdiff
path: root/apps/examples/relays/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/relays/Kconfig')
-rw-r--r--apps/examples/relays/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/examples/relays/Kconfig b/apps/examples/relays/Kconfig
new file mode 100644
index 000000000..1e1f9aa5b
--- /dev/null
+++ b/apps/examples/relays/Kconfig
@@ -0,0 +1,20 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_RELAYS
+ bool "wget JSON Example"
+ default n
+ depends on NETUTILS_JSON
+ ---help---
+ Enable the wget JSON example
+
+if EXAMPLES_RELAYS
+
+config EXAMPLES_RELAYS_NRELAYS
+ int "Number of Relays"
+ default 2
+ depends on ARCH_RELAYS
+
+endif