The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_RPMSG_MULTI_INSTANCE_1_IPM_RX_NAME

RX IPM channel name for instance 1

Type: string

Help

This option specifies the IPM device name to be used for
RX communication.

Direct dependencies

RPMSG_MULTI_INSTANCE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At subsys/ipc/rpmsg_multi_instance/Kconfig.ipm_name_instance:10

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:27subsys/ipc/Kconfig:9subsys/ipc/rpmsg_multi_instance/Kconfig:37

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → RPMsg multiple instance

config RPMSG_MULTI_INSTANCE_1_IPM_RX_NAME
    string "RX IPM channel name for instance 1"
    depends on RPMSG_MULTI_INSTANCE
    help
      This option specifies the IPM device name to be used for
      RX communication.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)