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

IMX IPM driver

Type: bool

Help

Driver for NXP i.MX messaging unit

Direct dependencies

(IPM && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4) || (IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4) || (IPM && HAS_IMX_HAL)

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:37

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:18

Menu path: (top menu)

config IPM_IMX
    bool
    default "y" if IPM && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4
    depends on IPM && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4

At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:62

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18

Menu path: (top menu)

config IPM_IMX
    bool
    default "y" if IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
    depends on IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4

At drivers/ipm/Kconfig:29

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:56

Menu path: (top menu) → Device Drivers → IPM drivers

config IPM_IMX
    bool
    prompt "IMX IPM driver" if IPM && HAS_IMX_HAL
    depends on IPM && HAS_IMX_HAL
    help
      Driver for NXP i.MX messaging unit

(Definitions include propagated dependencies, including from if’s and menus.)