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 && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4) || (IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4) || (HAS_IMX_HAL && IPM)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:26
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15
Menu path: (Top)
config IPM_IMX
    bool
    default y
    depends on IPM && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4
At <Zephyr SoC>/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:33
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15
Menu path: (Top)
config IPM_IMX
    bool
    default y
    depends on IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
At <Zephyr SoC>/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:26
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15
Menu path: (Top)
config IPM_IMX
    bool
    default y
    depends on IPM && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4
At <Zephyr SoC>/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:33
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15
Menu path: (Top)
config IPM_IMX
    bool
    default y
    depends on IPM && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
At <Zephyr Driver>/ipm/Kconfig:17
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:60
Menu path: (Top) → Device Drivers → IPM drivers
config IPM_IMX
    bool "IMX IPM driver"
    depends on HAS_IMX_HAL && IPM
    help
      Driver for NXP i.MX messaging unit
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)