2012-04-06 17:58:25 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:08:57 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 17:58:25 +02:00
|
|
|
#
|
2012-04-23 21:55:32 +02:00
|
|
|
|
|
|
|
if ARCH_BOARD_LPC1766STK
|
2015-05-04 00:14:08 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-04-23 21:55:32 +02:00
|
|
|
endif
|