CONFIG_IPC_SERVICE_BACKEND_ZTEST

IPC service backend test

Type: bool

Direct dependencies

ZTEST && <choice IPC_SERVICE_BACKEND: IPC service backend>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/ipc/ipc_service/backends/Kconfig:21

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:44<Zephyr>/subsys/Kconfig:27<Zephyr>/subsys/ipc/Kconfig:9<Zephyr>/subsys/ipc/ipc_service/Kconfig:14

Menu path: (Top) → Sub Systems and OS Services → Inter Processor Communication → IPC service support multiple backends → IPC service backend

config IPC_SERVICE_BACKEND_ZTEST
    bool "IPC service backend test"
    depends on ZTEST && <choice IPC_SERVICE_BACKEND>

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)