incubator-nuttx/configs/stm32f103-minimum/Kconfig

14 lines
274 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_STM32F103_MINIMUM
config STM32F103MINIMUM_QETIMER
int "Timer to use with QE encoder"
default 4
depends on QENCODER
endif