:orphan: .. title:: CONFIG_MBOX_NRFX_IPC .. kconfig:: CONFIG_MBOX_NRFX_IPC CONFIG_MBOX_NRFX_IPC #################### *MBOX NRF IPC driver* Type: ``bool`` Help ==== .. code-block:: none Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW. Direct dependencies =================== \ :kconfig:`HAS_HW_NRF_IPC ` && \ :kconfig:`MBOX ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NRFX_IPC ` Kconfig definition ================== At ``/mbox/Kconfig:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:128`` Menu path: (Top) → Device Drivers → MBOX drivers .. code-block:: kconfig config MBOX_NRFX_IPC bool "MBOX NRF IPC driver" select NRFX_IPC depends on HAS_HW_NRF_IPC && MBOX help Driver for Nordic nRF messaging unit, based on nRF IPC peripheral HW. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*