:orphan: .. title:: RPMSG_SERVICE .. option:: 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 =============================== - \ :option:`IPM ` - \ :option:`OPENAMP ` Symbols that select this symbol =============================== - \ :option:`NRF_802154_SER_HOST ` - \ :option:`NRF_802154_SER_RADIO ` - \ :option:`BT_RPMSG_NRF53 ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/ipc/rpmsg_service/Kconfig:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:27`` → ``subsys/ipc/Kconfig:8`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. parsed-literal:: menuconfig RPMSG_SERVICE bool "RPMsg service for multiple users" select \ :option:`IPM ` select \ :option:`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.)*