incubator-nuttx/configs/stm32ldiscovery/Kconfig

14 lines
277 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_STM32FL_DISCOVERY
config STM32LDISCO_QETIMER
int "Timer to use with QE encoder"
default 3
depends on SENSORS_QENCODER
endif