CONFIG_IPC_SERVICE_REG_BACKEND_PRIORITY

Initialization priority of modules registering IPC backend

Type: int

Help

The backend must be registered before the endpoint register.

Direct dependencies

IPC_SERVICE

(Includes any dependencies from ifs and menus.)

Default

  • 46

Kconfig definition

At <Zephyr>/subsys/ipc/ipc_service/backends/Kconfig:33

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:9<Zephyr>/subsys/ipc/ipc_service/Kconfig:14

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends

config IPC_SERVICE_REG_BACKEND_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.)