:orphan: .. title:: CONFIG_IPC_SERVICE .. kconfig:: CONFIG_IPC_SERVICE CONFIG_IPC_SERVICE ################## *IPC service support multiple backends* Type: ``bool`` Help ==== .. code-block:: none Enables support for a service that can be shared by multiple users. Ability to work in different backends. The backend should be registered before application starts using the IPC Service. Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/ipc/ipc_service/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:27`` → ``/ipc/Kconfig:10`` Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication .. code-block:: kconfig menuconfig IPC_SERVICE bool "IPC service support multiple backends" help Enables support for a service that can be shared by multiple users. Ability to work in different backends. The backend should be registered before application starts using the IPC Service. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*