:orphan: .. title:: HAS_IMX_I2C .. option:: CONFIG_HAS_IMX_I2C *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Set if the I2C module is present in the SoC. Direct dependencies =================== \ :option:`HAS_IMX_HAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SOC_MCIMX6X_M4 ` - \ :option:`SOC_MCIMX7_M4 ` Kconfig definition ================== At ``/Kconfig.imx:18`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:23`` → ``/Kconfig:17`` Menu path: (Top) → Modules .. code-block:: kconfig config HAS_IMX_I2C bool depends on HAS_IMX_HAL help Set if the I2C module is present in the SoC. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*