:orphan: .. title:: CONFIG_RPMSG_MULTI_INSTANCES_NO .. kconfig:: CONFIG_RPMSG_MULTI_INSTANCES_NO CONFIG_RPMSG_MULTI_INSTANCES_NO ############################### *Number of RPMSG instances.* Type: ``int`` Help ==== .. code-block:: none How many instances are to be used. Direct dependencies =================== \ :kconfig:`RPMSG_MULTI_INSTANCE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/ipc/rpmsg_multi_instance/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance .. code-block:: kconfig config RPMSG_MULTI_INSTANCES_NO int "Number of RPMSG instances." range 1 8 default 2 depends on RPMSG_MULTI_INSTANCE help How many instances are to be used. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*