nuttx/boards/arm/stm32/stm32ldiscovery/Kconfig
Juha Niskanen e9bd306265 boards/arm/stm32/stm32ldiscovery: modernize board init little bit, userleds and buttons like for other boards
Also fix typo in Kconfig
Update some obsolete comments
nxstyle changes

Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
2020-11-21 19:23:11 +01:00

14 lines
276 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_STM32L_DISCOVERY
config STM32LDISCO_QETIMER
int "Timer to use with QE encoder"
default 3
depends on SENSORS_QENCODER
endif