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

CONFIG_I2C_XEC_V2

XEC Microchip I2C driver

Type: bool

Help

Enable the Microchip XEC I2C V2 driver.

Direct dependencies

(I2C && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X) || (SOC_SERIES_MEC172X && I2C)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At soc/arm/microchip_mec/mec172x/Kconfig.defconfig.mec172xnsz:30

Included via Kconfig:8Kconfig.zephyr:27soc/arm/microchip_mec/Kconfig.defconfig:3soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series:17

Menu path: (Top)

config I2C_XEC_V2
    bool
    default y
    depends on I2C && SOC_MEC172X_NSZ && SOC_SERIES_MEC172X

At drivers/i2c/Kconfig.xec:12

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:42drivers/i2c/Kconfig:33

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

config I2C_XEC_V2
    bool "XEC Microchip I2C driver"
    depends on SOC_SERIES_MEC172X && I2C
    help
      Enable the Microchip XEC I2C V2 driver.

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