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