-
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¶
- “y” if
HAS_MCUX_LPI2C
&&I2C
&&SOC_SERIES_IMX_RT
Symbols selected by this symbol¶
HAS_DTS_I2C
ifHAS_MCUX_LPI2C
&&CLOCK_CONTROL
&&I2C
Kconfig definitions¶
At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:48
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
Menu path: (top menu)
config I2C_MCUX_LPI2C bool default "y" ifHAS_MCUX_LPI2C
&&I2C
&&SOC_SERIES_IMX_RT
depends onI2C
&&SOC_SERIES_IMX_RT
At drivers/i2c/Kconfig:271
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_MCUX_LPI2C bool prompt "MCUX LPI2C driver" ifHAS_MCUX_LPI2C
&&CLOCK_CONTROL
&&I2C
selectHAS_DTS_I2C
ifHAS_MCUX_LPI2C
&&CLOCK_CONTROL
&&I2C
depends onHAS_MCUX_LPI2C
&&CLOCK_CONTROL
&&I2C
help Enable the mcux LPI2C driver.
(Definitions include propagated dependencies, including from if’s and menus.)