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, 0 insertions, 13 deletions
diff --git a/apps/examples/udp/Kconfig b/apps/examples/udp/Kconfig
deleted file mode 100644
index 24df27375..000000000
--- a/apps/examples/udp/Kconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# 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