The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_MCUX_LPI2C

MCUX LPI2C driver

Type: bool

Help

Enable the mcux LPI2C driver.

Direct dependencies

(I2C && SOC_SERIES_IMX_RT) || (HAS_MCUX_LPI2C && CLOCK_CONTROL && I2C)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:48

Included via Kconfig:10Kconfig.zephyr:23soc/arm/nxp_imx/Kconfig.defconfig:7

Menu path: (top menu)

config I2C_MCUX_LPI2C
    bool
    default "y" if HAS_MCUX_LPI2C && I2C && SOC_SERIES_IMX_RT
    depends on I2C && SOC_SERIES_IMX_RT

At drivers/i2c/Kconfig:271

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_MCUX_LPI2C
    bool
    prompt "MCUX LPI2C driver" if HAS_MCUX_LPI2C && CLOCK_CONTROL && I2C
    select HAS_DTS_I2C if HAS_MCUX_LPI2C && CLOCK_CONTROL && I2C
    depends on HAS_MCUX_LPI2C && CLOCK_CONTROL && I2C
    help
      Enable the mcux LPI2C driver.

(Definitions include propagated dependencies, including from if’s and menus.)