CONFIG_I2C_MCUX_LPI2C

MCUX LPI2C driver

Type: bool

Help

Enable the mcux LPI2C driver.

Direct dependencies

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

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:39

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

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

At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:86

Included via Kconfig:8Kconfig.zephyr:25<BuildDir>/kconfig/Kconfig.soc.defconfig:1<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7

Menu path: (Top)

config I2C_MCUX_LPI2C
    bool
    default y
    depends on I2C && SOC_SERIES_KINETIS_KE1XF

At <Zephyr SoC>/arm/nxp_imx/rt/Kconfig.defconfig.series:39

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8

Menu path: (Top)

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

At <Zephyr SoC>/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:86

Included via Kconfig:8Kconfig.zephyr:27<Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7

Menu path: (Top)

config I2C_MCUX_LPI2C
    bool
    default y
    depends on I2C && SOC_SERIES_KINETIS_KE1XF

At <Zephyr Driver>/i2c/Kconfig:96

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:42

Menu path: (Top) → Device Drivers → I2C Drivers

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)