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.
Default¶
46
Kconfig definition¶
At <Zephyr Subsystem>/ipc/ipc_service/Kconfig:30
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:27
→ <Zephyr Subsystem>/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.)