:orphan: .. title:: CONFIG_IPC_SERVICE_BACKEND_REG_PRIORITY .. kconfig:: CONFIG_IPC_SERVICE_BACKEND_REG_PRIORITY CONFIG_IPC_SERVICE_BACKEND_REG_PRIORITY ####################################### *Initialization priority of modules registering IPC backend* Type: ``int`` Help ==== .. code-block:: none The backend must be registered before the endpoint register. Direct dependencies =================== \ :kconfig:`IPC_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 46 Kconfig definition ================== At ``/ipc/ipc_service/Kconfig:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:10`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends .. code-block:: kconfig config IPC_SERVICE_BACKEND_REG_PRIORITY int "Initialization priority of modules registering IPC backend" default 46 depends on IPC_SERVICE help The backend must be registered before the endpoint register. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*