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