summaryrefslogblamecommitdiff
path: root/apps/examples/qencoder/Kconfig
blob: e0026d08c3352115e497b0150d602721d0d79c16 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                                             
                                      
 








                                                     
#
# 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