nuttx/boards/arm/stm32/b-g431b-esc1/Kconfig
Petro Karashchenko 51a2db6ffc Kconfig: improve uniformity
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2021-12-14 07:32:48 -06:00

21 lines
405 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_B_G431B_ESC1
if STM32_FOC
config BOARD_STM32_BG431BESC1_FOC_VBUS
bool "B-G431B-ESC1 board VBUS sense"
default n
config BOARD_STM32_BG431BESC1_FOC_POT
bool "B-G431B-ESC1 board POT support"
default n
endif # STM32_FOC
endif # ARCH_BOARD_B_G431B_ESC1