nuttx/configs/olimex-lpc1766stk/Kconfig
2015-06-29 13:12:29 -06:00

20 lines
418 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_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