CONFIG_IPM_NRFX

IPM NRF driver

Type: bool

Help

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

Direct dependencies

HAS_HW_NRF_IPC && IPM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/ipm/Kconfig:71

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:58

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

config IPM_NRFX
    bool "IPM NRF driver"
    select NRFX_IPC
    depends on HAS_HW_NRF_IPC && IPM
    help
      Driver for Nordic nRF messaging unit, based
      on nRF IPC peripheral HW.

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