:orphan: .. title:: CONFIG_RPMSG_SERVICE_EP_REG_PRIORITY .. kconfig:: CONFIG_RPMSG_SERVICE_EP_REG_PRIORITY CONFIG_RPMSG_SERVICE_EP_REG_PRIORITY #################################### *Initialization priority of modules registering RPMsg endpoints* Type: ``int`` Help ==== .. code-block:: none The endpoints must be registered before RPMsg Service is initialized. If in doubt, do not modify this value. Direct dependencies =================== \ :kconfig:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 47 Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:114`` 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_EP_REG_PRIORITY int "Initialization priority of modules registering RPMsg endpoints" default 47 depends on RPMSG_SERVICE help The endpoints must be registered before RPMsg Service is initialized. If in doubt, do not modify this value. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*