:orphan: .. title:: USB_WORKQUEUE_STACK_SIZE .. option:: CONFIG_USB_WORKQUEUE_STACK_SIZE *USB workqueue stack size* Type: ``int`` Direct dependencies =================== \ :option:`USB_WORKQUEUE ` && \ :option:`USB_DEVICE_STACK ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 4096 if \ :option:`COVERAGE ` - 1024 Kconfig definition ================== .. highlight:: kconfig At ``subsys/usb/Kconfig:127`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → USB Device Support → Use a dedicate work queue in the USB subsystem .. parsed-literal:: config USB_WORKQUEUE_STACK_SIZE int "USB workqueue stack size" default 4096 if \ :option:`COVERAGE ` default 1024 depends on \ :option:`USB_WORKQUEUE ` && \ :option:`USB_DEVICE_STACK ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*