:orphan: .. title:: I2C_MCUX_LPI2C .. option:: CONFIG_I2C_MCUX_LPI2C *MCUX LPI2C driver* Type: ``bool`` Help ==== Enable the mcux LPI2C driver. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_SERIES_IMX_RT `) || (\ :option:`I2C ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_LPI2C ` && \ :option:`CLOCK_CONTROL ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_LPI2C ` - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt/Kconfig.defconfig.series:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` Menu path: (Top) .. parsed-literal:: config I2C_MCUX_LPI2C bool default y if \ :option:`HAS_MCUX_LPI2C ` depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_IMX_RT ` ---- At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config I2C_MCUX_LPI2C bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``drivers/i2c/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_MCUX_LPI2C bool "MCUX LPI2C driver" depends on \ :option:`HAS_MCUX_LPI2C ` && \ :option:`CLOCK_CONTROL ` && \ :option:`I2C ` help Enable the mcux LPI2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*