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

CONFIG_RPMSG_SERVICE_IPM_NAME

(No prompt – not directly user assignable.)

Type: string

Help

This option specifies the IPM device name to be used

Direct dependencies

RPMSG_SERVICE_SINGLE_IPM_SUPPORT && RPMSG_SERVICE

(Includes any dependencies from ifs and menus.)

Default

  • “”

Kconfig definition

At subsys/ipc/rpmsg_service/Kconfig:51

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

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

config RPMSG_SERVICE_IPM_NAME
    string
    default ""
    depends on RPMSG_SERVICE_SINGLE_IPM_SUPPORT && RPMSG_SERVICE
    help
      This option specifies the IPM device name to be used

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