CONFIG_I2C_CC13XX_CC26XX¶
TI SimpleLink CC13xx / CC26xx I2C driver
Type: bool
Help¶
Enable support for I2C on the TI SimpleLink CC13xx / CC26xx series.
Direct dependencies¶
(I2C && SOC_SERIES_CC13X2_CC26X2) || (I2C && SOC_SERIES_CC13X2_CC26X2) || (SOC_SERIES_CC13X2_CC26X2 && I2C)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:44
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/ti_simplelink/Kconfig.defconfig:3
Menu path: (Top)
config I2C_CC13XX_CC26XX
    bool
    default y
    depends on I2C && SOC_SERIES_CC13X2_CC26X2
At <Zephyr SoC>/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:44
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/ti_simplelink/Kconfig.defconfig:3
Menu path: (Top)
config I2C_CC13XX_CC26XX
    bool
    default y
    depends on I2C && SOC_SERIES_CC13X2_CC26X2
At <Zephyr Driver>/i2c/Kconfig.cc13xx_cc26xx:4
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:42 → <Zephyr Driver>/i2c/Kconfig:28
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_CC13XX_CC26XX
    bool "TI SimpleLink CC13xx / CC26xx I2C driver"
    depends on SOC_SERIES_CC13X2_CC26X2 && I2C
    help
      Enable support for I2C on the TI SimpleLink CC13xx / CC26xx series.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)