2013-05-20 01:04:19 +08:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 22:08:57 +08:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2013-05-20 01:04:19 +08:00
|
|
|
#
|
|
|
|
|
2020-11-21 23:20:38 +08:00
|
|
|
if ARCH_BOARD_STM32L_DISCOVERY
|
2016-11-22 20:41:46 +08:00
|
|
|
|
|
|
|
config STM32LDISCO_QETIMER
|
|
|
|
int "Timer to use with QE encoder"
|
|
|
|
default 3
|
2017-11-26 08:46:12 +08:00
|
|
|
depends on SENSORS_QENCODER
|
2016-11-22 20:41:46 +08:00
|
|
|
|
2013-05-20 01:04:19 +08:00
|
|
|
endif
|