:orphan: .. title:: RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE .. option:: CONFIG_RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE *Size of RX work queue stack* Type: ``int`` 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. Direct dependencies =================== \ :option:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2048 Kconfig definition ================== .. highlight:: kconfig At ``subsys/ipc/rpmsg_service/Kconfig:97`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:27`` → ``subsys/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. parsed-literal:: config RPMSG_SERVICE_WORK_QUEUE_STACK_SIZE int "Size of RX work queue stack" default 2048 depends on \ :option:`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.)*