:orphan: .. title:: CONFIG_IPC_BACKEND_RPMSG_MI_NUM_ENDPOINTS_PER_INSTANCE .. kconfig:: CONFIG_IPC_BACKEND_RPMSG_MI_NUM_ENDPOINTS_PER_INSTANCE CONFIG_IPC_BACKEND_RPMSG_MI_NUM_ENDPOINTS_PER_INSTANCE ###################################################### *Max number of registered endpoints per instance* Type: ``int`` Help ==== .. code-block:: none Maximal number of endpoints that can be registered for one instance. Direct dependencies =================== \ :kconfig:`IPC_SERVICE_BACKEND_RPMSG_MULTI_INSTANCE ` && \ :kconfig:`IPC_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/ipc/ipc_service/backends/Kconfig.rpmsg_mi:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:10`` → ``/ipc/ipc_service/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends .. code-block:: kconfig config IPC_BACKEND_RPMSG_MI_NUM_ENDPOINTS_PER_INSTANCE int "Max number of registered endpoints per instance" default 2 depends on IPC_SERVICE_BACKEND_RPMSG_MULTI_INSTANCE && 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.)*