:orphan: .. title:: CONFIG_RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE .. kconfig:: CONFIG_RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE CONFIG_RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE ########################################## *Size of RX work queue stack* Type: ``int`` Help ==== .. code-block:: none Size of stack used by work queue RX thread. This work queue is created in the RPMsg Service backend module to prevent notifying service users about received data from the system work queue. Direct dependencies =================== \ :kconfig:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2048 Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. code-block:: kconfig config RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE int "Size of RX work queue stack" default 2048 depends on RPMSG_SERVICE help Size of stack used by work queue RX thread. This work queue is created in the RPMsg Service backend module to prevent notifying service users about received data from the system work queue. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*