CONFIG_MBOX_NRFX_IPC¶
MBOX NRF IPC driver
Type: bool
Help¶
Driver for Nordic nRF messaging unit, based
on nRF IPC peripheral HW.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/mbox/Kconfig:12
Included via Kconfig:8
→ Kconfig.zephyr:42
→ 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.)