:orphan: .. title:: CONFIG_RPMSG_SERVICE .. kconfig:: CONFIG_RPMSG_SERVICE CONFIG_RPMSG_SERVICE #################### *RPMsg service for multiple users* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`IPM ` - \ :kconfig:`OPENAMP ` Symbols that select this symbol =============================== - \ :kconfig:`NRF_802154_SERIALIZATION ` - \ :kconfig:`NRF_802154_SERIALIZATION ` - \ :kconfig:`BT_RPMSG_NRF53 ` Kconfig definition ================== At ``/ipc/rpmsg_service/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. code-block:: kconfig 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.)*