CONFIG_RPMSG_MULTI_INSTANCE_INIT_PRIORITY¶
Initialization priority of RPMsg muliple instances
Type: int
Help¶
If in doubt, do not modify this value.
Default¶
46
Kconfig definition¶
At <Zephyr>/subsys/ipc/rpmsg_multi_instance/Kconfig:65
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_INSTANCE_INIT_PRIORITY
int "Initialization priority of RPMsg muliple instances"
default 46
depends on RPMSG_MULTI_INSTANCE
help
If in doubt, do not modify this value.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)