:orphan: .. title:: I2C_MCUX_FLEXCOMM .. option:: CONFIG_I2C_MCUX_FLEXCOMM *MCUX FLEXCOMM I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable the mcux flexcomm i2c driver. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || \ :option:`I2C ` || (\ :option:`HAS_MCUX_FLEXCOMM ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_FLEXCOMM ` - y if \ :option:`HAS_MCUX_FLEXCOMM ` Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20`` Menu path: (Top) .. code-block:: kconfig config I2C_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on I2C && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/Kconfig.defconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. code-block:: kconfig config I2C_MCUX_FLEXCOMM bool default y if HAS_MCUX_FLEXCOMM depends on I2C ---- At ``/i2c/Kconfig:87`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_MCUX_FLEXCOMM bool "MCUX FLEXCOMM I2C driver" depends on HAS_MCUX_FLEXCOMM && I2C help Enable the mcux flexcomm i2c driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*