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

CONFIG_I2C_CC32XX

CC32XX I2C driver

Type: bool

Help

Enable the CC32XX I2C driver.

Direct dependencies

(I2C && BOARD_CC3220SF_LAUNCHXL) || (I2C && BOARD_CC3235SF_LAUNCHXL) || (SOC_SERIES_CC32XX && I2C)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At boards/arm/cc3220sf_launchxl/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2C_CC32XX
    bool
    default y
    depends on I2C && BOARD_CC3220SF_LAUNCHXL

At boards/arm/cc3235sf_launchxl/Kconfig.defconfig:11

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config I2C_CC32XX
    bool
    default y
    depends on I2C && BOARD_CC3235SF_LAUNCHXL

At drivers/i2c/Kconfig:108

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

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

config I2C_CC32XX
    bool "CC32XX I2C driver"
    depends on SOC_SERIES_CC32XX && I2C
    help
      Enable the CC32XX I2C driver.

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