2018-12-01 13:22:05 +01: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_NUCLEO_F103RB
|
|
|
|
|
2021-08-07 14:22:28 +02:00
|
|
|
if SENSORS_QENCODER
|
|
|
|
|
|
|
|
config NUCLEO_F103RB_QETIMER
|
|
|
|
int "Timer to use with QE encoder"
|
|
|
|
default 2
|
|
|
|
|
|
|
|
endif # SENSORS_QENCODER
|
|
|
|
|
2018-12-01 13:22:05 +01:00
|
|
|
endif
|