CONFIG_IPC_SERVICE¶
IPC service support multiple backends
Type: bool
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.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/ipc/ipc_service/Kconfig:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/subsys/Kconfig:27
→ <Zephyr>/subsys/ipc/Kconfig:10
Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication
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.)