nuttx/configs/olimex-lpc1766stk/Kconfig

20 lines
390 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
if ARCH_BOARD_LPC1766STK
config LPC1766STK_USBHOST_STACKSIZE
int "USB host waiter stack size"
default 1536 if USBHOST_HUB
default 1024 if !USBHOST_HUB
depends on USBHOST
config LPC1766STK_USBHOST_PRIO
int "USB host waiter task priority"
default 100
depends on USBHOST
endif