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 Subsystem>/ipc/rpmsg_multi_instance/Kconfig:65
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_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.)