CONFIG_RPMSG_MULTI_INSTANCES_NO¶
Number of RPMSG instances.
Type: int
Help¶
How many instances are to be used.
Default¶
- 2 
Kconfig definition¶
At <Zephyr Subsystem>/ipc/rpmsg_multi_instance/Kconfig:27
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/Kconfig:27 → <Zephyr Subsystem>/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.)