:orphan: .. title:: RPMSG_SERVICE_NUM_ENDPOINTS .. option:: CONFIG_RPMSG_SERVICE_NUM_ENDPOINTS *Max number of registered endpoints* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``subsys/ipc/rpmsg_service/Kconfig:90`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:27`` → ``subsys/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg service for multiple users .. parsed-literal:: config RPMSG_SERVICE_NUM_ENDPOINTS int "Max number of registered endpoints" default 2 depends on \ :option:`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.)*