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