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