-
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 <Zephyr>/boards/arm/cc3220sf_launchxl/Kconfig.defconfig:10
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config I2C_CC32XX bool default y depends onI2C
&&BOARD_CC3220SF_LAUNCHXL
At <Zephyr>/boards/arm/cc3235sf_launchxl/Kconfig.defconfig:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config I2C_CC32XX bool default y depends onI2C
&&BOARD_CC3235SF_LAUNCHXL
At <Zephyr>/drivers/i2c/Kconfig:104
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_CC32XX bool "CC32XX I2C driver" depends onSOC_SERIES_CC32XX
&&I2C
help Enable the CC32XX I2C driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)