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