-
CONFIG_I2C_SAM_TWIHS
¶
Atmel SAM (TWIHS) I2C driver
Type: bool
Help¶
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
Direct dependencies¶
(I2C
&& SOC_SERIES_SAME70
) || (SOC_FAMILY_SAM
&& I2C
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
I2C
&&SOC_SERIES_SAME70
Symbols selected by this symbol¶
HAS_DTS_I2C
ifSOC_FAMILY_SAM
&&I2C
Kconfig definitions¶
At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:57
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/atmel_sam/Kconfig.defconfig:7
Menu path: (top menu)
config I2C_SAM_TWIHS bool default "y" ifI2C
&&SOC_SERIES_SAME70
depends onI2C
&&SOC_SERIES_SAME70
At drivers/i2c/Kconfig:250
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_SAM_TWIHS bool prompt "Atmel SAM (TWIHS) I2C driver" ifSOC_FAMILY_SAM
&&I2C
selectHAS_DTS_I2C
ifSOC_FAMILY_SAM
&&I2C
depends onSOC_FAMILY_SAM
&&I2C
help Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
(Definitions include propagated dependencies, including from if’s and menus.)