#
# 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
