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