-
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
) || (I2C
&& SOC_SERIES_SAMV71
) || (SOC_FAMILY_SAM
&& I2C
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At <Zephyr>/soc/arm/atmel_sam/same70/Kconfig.defconfig.series:59
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config I2C_SAM_TWIHS
bool
default y
depends on I2C && SOC_SERIES_SAME70
At <Zephyr>/soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:60
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config I2C_SAM_TWIHS
bool
default y
depends on I2C && SOC_SERIES_SAMV71
At <Zephyr>/drivers/i2c/Kconfig:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_SAM_TWIHS
bool "Atmel SAM (TWIHS) I2C driver"
depends on SOC_FAMILY_SAM && I2C
help
Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)