:orphan: .. title:: CONFIG_IPC_SERVICE_BACKEND_ZTEST .. kconfig:: CONFIG_IPC_SERVICE_BACKEND_ZTEST CONFIG_IPC_SERVICE_BACKEND_ZTEST ################################ *IPC service backend test* Type: ``bool`` Direct dependencies =================== \ :kconfig:`ZTEST ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/ipc/ipc_service/backends/Kconfig:14`` 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_ZTEST bool "IPC service backend test" depends on ZTEST && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*