CONFIG_RPMSG_MULTI_INSTANCES_NO¶
Number of RPMSG instances.
Type: int
Help¶
How many instances are to be used.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
2
Kconfig definition¶
At subsys/ipc/rpmsg_multi_instance/Kconfig:27
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:27
→ 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.)