:orphan: .. title:: CONFIG_RPMSG_MULTI_INSTANCE_INIT_PRIORITY .. kconfig:: CONFIG_RPMSG_MULTI_INSTANCE_INIT_PRIORITY CONFIG_RPMSG_MULTI_INSTANCE_INIT_PRIORITY ######################################### *Initialization priority of RPMsg muliple instances* Type: ``int`` Help ==== .. code-block:: none If in doubt, do not modify this value. Direct dependencies =================== \ :kconfig:`RPMSG_MULTI_INSTANCE ` *(Includes any dependencies from ifs and menus.)* Default ======= - 46 Kconfig definition ================== At ``/ipc/rpmsg_multi_instance/Kconfig:65`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance .. code-block:: kconfig 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.)*