:orphan: .. title:: CONFIG_IPC_SERVICE_BACKEND_RPMSG .. kconfig:: CONFIG_IPC_SERVICE_BACKEND_RPMSG CONFIG_IPC_SERVICE_BACKEND_RPMSG ################################ *OpenAMP RPMSG backend with static VRINGs* Type: ``bool`` Direct dependencies =================== \ :kconfig:`MBOX ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`IPC_SERVICE_RPMSG ` - \ :kconfig:`IPC_SERVICE_STATIC_VRINGS ` - \ :kconfig:`OPENAMP ` Kconfig definition ================== At ``/ipc/ipc_service/backends/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:9`` → ``/ipc/ipc_service/Kconfig:14`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends → IPC service backend .. code-block:: kconfig config IPC_SERVICE_BACKEND_RPMSG bool "OpenAMP RPMSG backend with static VRINGs" select IPC_SERVICE_RPMSG select IPC_SERVICE_STATIC_VRINGS select OPENAMP depends on MBOX && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*