:orphan: .. title:: CONFIG_I2C_IMX .. kconfig:: CONFIG_I2C_IMX CONFIG_I2C_IMX ############## *i.MX I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable the i.MX I2C driver. Direct dependencies =================== (\ :kconfig:`I2C ` && \ :kconfig:`SOC_MCIMX6X_M4 ` && \ :kconfig:`SOC_SERIES_IMX_6X_M4 `) || (\ :kconfig:`I2C ` && \ :kconfig:`SOC_MCIMX7_M4 ` && \ :kconfig:`SOC_SERIES_IMX7_M4 `) || (\ :kconfig:`HAS_IMX_I2C ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config I2C_IMX bool default y depends on I2C && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.mcimx7_m4:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx7_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config I2C_IMX bool default y depends on I2C && SOC_MCIMX7_M4 && SOC_SERIES_IMX7_M4 ---- At ``/i2c/Kconfig:109`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_IMX bool "i.MX I2C driver" depends on HAS_IMX_I2C && I2C help Enable the i.MX I2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*