2020-12-09 11:28:10 +01:00
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2022-01-15 13:40:39 +01:00
|
|
|
choice
|
|
|
|
prompt "PLL Clock source"
|
|
|
|
default BOARD_NUCLEO_G431RB_HSI
|
|
|
|
|
|
|
|
config BOARD_NUCLEO_G431RB_USE_HSI
|
|
|
|
bool "HSI"
|
|
|
|
|
|
|
|
config BOARD_NUCLEO_G431RB_USE_HSE
|
|
|
|
bool "HSE"
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2021-08-10 09:29:57 +02:00
|
|
|
if SENSORS_QENCODER
|
|
|
|
|
|
|
|
config NUCLEO_G431RB_QETIMER
|
|
|
|
int "Timer to use with QE encoder"
|
|
|
|
default 2
|
|
|
|
|
|
|
|
endif # SENSORS_QENCODER
|
|
|
|
|
2020-12-09 11:28:10 +01:00
|
|
|
endif # ARCH_BOARD_NUCLEO_G431RB
|