CONFIG_RPMSG_MULTI_INSTANCES_NO

Number of RPMSG instances.

Type: int

Help

How many instances are to be used.

Direct dependencies

RPMSG_MULTI_INSTANCE

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

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

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 → RPMsg multiple instance

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