:orphan: .. title:: CONFIG_RPMSG_MULTI_INSTANCE .. kconfig:: CONFIG_RPMSG_MULTI_INSTANCE CONFIG_RPMSG_MULTI_INSTANCE ########################### *RPMsg multiple instance* Type: ``bool`` Help ==== .. code-block:: none Enables support for RPMsg multiple instance. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`IPM ` - \ :kconfig:`OPENAMP ` Symbols that select this symbol =============================== - \ :kconfig:`IPC_SERVICE_BACKEND_RPMSG_MULTI_INSTANCE ` Kconfig definition ================== At ``/ipc/rpmsg_multi_instance/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. code-block:: kconfig menuconfig RPMSG_MULTI_INSTANCE bool "RPMsg multiple instance" select IPM select OPENAMP help Enables support for RPMsg multiple instance. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*