CONFIG_RPMSG_MULTI_INSTANCE

RPMsg multiple instance

Type: bool

Help

Enables support for RPMsg multiple instance.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At <Zephyr>/subsys/ipc/rpmsg_multi_instance/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication

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.)