2016-05-18 21:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_STM32F103_MINIMUM
|
2017-02-23 16:31:28 +01:00
|
|
|
|
|
|
|
config STM32F103MINIMUM_QETIMER
|
|
|
|
int "Timer to use with QE encoder"
|
|
|
|
default 4
|
|
|
|
depends on QENCODER
|
|
|
|
|
2016-05-18 21:33:17 +02:00
|
|
|
endif
|