-
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¶
- “y” if
I2C
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
Symbols selected by this symbol¶
HAS_DTS_I2C
ifHAS_IMX_I2C
&&I2C
Kconfig definitions¶
At soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:48
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config I2C_IMX bool default "y" ifI2C
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
depends onI2C
&&SOC_MCIMX7_M4
&&SOC_SERIES_IMX7_M4
At drivers/i2c/Kconfig:278
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_IMX bool prompt "i.MX I2C driver" ifHAS_IMX_I2C
&&I2C
selectHAS_DTS_I2C
ifHAS_IMX_I2C
&&I2C
depends onHAS_IMX_I2C
&&I2C
help Enable the i.MX I2C driver.
(Definitions include propagated dependencies, including from if’s and menus.)