CONFIG_MBOX_NRFX_IPC

MBOX NRF IPC driver

Type: bool

Help

Driver for Nordic nRF messaging unit, based
on nRF IPC peripheral HW.

Direct dependencies

HAS_HW_NRF_IPC && MBOX

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/mbox/Kconfig:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:128

Menu path: (Top) → Device Drivers → MBOX drivers

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.)