aboutsummaryrefslogtreecommitdiff
path: root/apps/examples/udp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/Kconfig')
-rw-r--r--apps/examples/udp/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
new file mode 100644
index 000000000..24df27375
--- /dev/null
+++ b/apps/examples/udp/Kconfig
@@ -0,0 +1,13 @@
+#
+# For a description of the syntax of this configuration file,
+# see misc/tools/kconfig-language.txt.
+#
+
+config EXAMPLES_UDP
+ bool "UDP example"
+ default n
+ ---help---
+ Enable the UDP example
+
+if EXAMPLES_UDP
+endif