CONFIG_IPC_SERVICE_BACKEND_REG_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/Kconfig:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:10

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

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