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

i.MX I2C driver

Type: bool

Help

Enable the i.MX I2C driver.

Direct dependencies

(I2C && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4) || (HAS_IMX_I2C && I2C)

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

Defaults

Symbols selected by this symbol

Kconfig definitions

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

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 I2C_IMX
    bool
    default "y" if I2C && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4
    depends on I2C && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4

At drivers/i2c/Kconfig:278

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

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_IMX
    bool
    prompt "i.MX I2C driver" if HAS_IMX_I2C && I2C
    select HAS_DTS_I2C if HAS_IMX_I2C && I2C
    depends on HAS_IMX_I2C && I2C
    help
      Enable the i.MX I2C driver.

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