2022-07-19 20:57:07 +02: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_STEVAL_ETH001V1
|
|
|
|
|
2022-07-30 17:56:57 +02:00
|
|
|
if STM32F7_FOC
|
|
|
|
|
|
|
|
config BOARD_STM32F7_STEVALETH001V1_FOC_VBUS
|
|
|
|
bool "STEVAL-ETH001V1 board VBUS sense"
|
|
|
|
default n
|
|
|
|
|
|
|
|
endif # STM32F7_FOC
|
|
|
|
|
2022-07-19 20:57:07 +02:00
|
|
|
endif # ARCH_BOARD_STEVAL_ETH001V1
|