summaryrefslogtreecommitdiff
path: root/apps/examples/uip
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/uip')
-rw-r--r--apps/examples/uip/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/uip/Kconfig b/apps/examples/uip/Kconfig
index ae2bf3130..db65995c8 100644
--- a/apps/examples/uip/Kconfig
+++ b/apps/examples/uip/Kconfig
@@ -2,3 +2,12 @@
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
+
+config EXAMPLES_UIP
+ bool "uIP web server example"
+ default n
+ ---help---
+ Enable the uIP web server example
+
+if EXAMPLES_UIP
+endif