:orphan: .. title:: RPMSG_SERVICE_NUM_ENDPOINTS .. option:: CONFIG_RPMSG_SERVICE_NUM_ENDPOINTS *Max number of registered endpoints* Type: ``int`` Help ==== .. code-block:: none Maximal number of endpoints that can be registered for given RPMsg service. Direct dependencies =================== \ :option:`RPMSG_SERVICE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. code-block:: kconfig config RPMSG_SERVICE_NUM_ENDPOINTS int "Max number of registered endpoints" default 2 depends on RPMSG_SERVICE help Maximal number of endpoints that can be registered for given RPMsg service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*