incubator-nuttx/boards/arm/stm32/olimex-stm32-p407/Kconfig

23 lines
450 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_OLIMEX_STM32P407
config STM32_OLIMEXP407_STACKSIZE
int "USB host waiter stack size"
default 1024
depends on USBHOST
config STM32_OLIMEXP407_PRIO
int "USB host waiter task priority"
default 100
depends on USBHOST
config STM32_OLIMEXP407_UEXT_USART3
bool "Enable UEXT USART3"
default n
endif