CONFIG_IPC_SERVICE_NUM_ENDPOINTS_PER_INSTANCE
Max number of registered endpoints per instance
Type: int
Help
Maximal number of endpoints that can be registered for one instance.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
2
Kconfig definition
At <Subsystem>/ipc/ipc_service/backends/Kconfig:20
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:27
→ <Subsystem>/ipc/Kconfig:9
→ <Subsystem>/ipc/ipc_service/Kconfig:14
Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends
config IPC_SERVICE_NUM_ENDPOINTS_PER_INSTANCE
int "Max number of registered endpoints per instance"
default 2
depends on IPC_SERVICE
help
Maximal number of endpoints that can be registered for one instance.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)