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

CONFIG_RPMSG_SERVICE

RPMsg service for multiple users

Type: bool

Help

Enables support for a service that can be shared by multiple
users to establish RPMsg endpoints for given channel.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Symbols that select this symbol

Kconfig definition

At subsys/ipc/rpmsg_service/Kconfig:25

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

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

menuconfig RPMSG_SERVICE
    bool "RPMsg service for multiple users"
    select IPM
    select OPENAMP
    help
      Enables support for a service that can be shared by multiple
      users to establish RPMsg endpoints for given channel.

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