17 lines
320 B
Plaintext
17 lines
320 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_NUCLEO_G431RB
|
|
|
|
if SENSORS_QENCODER
|
|
|
|
config NUCLEO_G431RB_QETIMER
|
|
int "Timer to use with QE encoder"
|
|
default 2
|
|
|
|
endif # SENSORS_QENCODER
|
|
|
|
endif # ARCH_BOARD_NUCLEO_G431RB
|