nuttx/configs/stm32f411e-disco/Kconfig
2017-04-13 06:50:33 -06:00

19 lines
387 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_STM32F411E_DISCO
config STM32F411DISCO_USBHOST_STACKSIZE
int "USB host waiter stack size"
default 1024
depends on USBHOST
config STM32F411DISCO_USBHOST_PRIO
int "USB host waiter task priority"
default 100
depends on USBHOST
endif