:orphan: .. title:: CONFIG_RPMSG_SERVICE_INIT_PRIORITY .. kconfig:: CONFIG_RPMSG_SERVICE_INIT_PRIORITY CONFIG_RPMSG_SERVICE_INIT_PRIORITY ################################## *Initialization priority of RPMsg service* Type: ``int`` Help ==== .. code-block:: none The order of RPMsg Service initialization and endpoints registration is important to avoid race conditions in RPMsg endpoints handshake. If in doubt, do not modify this value. Direct dependencies =================== \ :kconfig:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 48 Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:105`` 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_INIT_PRIORITY int "Initialization priority of RPMsg service" default 48 depends on RPMSG_SERVICE help The order of RPMsg Service initialization and endpoints registration is important to avoid race conditions in RPMsg endpoints handshake. If in doubt, do not modify this value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*