The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_IPM_MCUX

MCUX IPM driver

Type: bool

Help

Driver for MCUX mailbox

Direct dependencies

HAS_MCUX && IPM

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/ipm/Kconfig:11

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:60

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

config IPM_MCUX
    bool "MCUX IPM driver"
    depends on HAS_MCUX && IPM
    help
      Driver for MCUX mailbox

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