The latest development version of this page may be more current than this released 1.14.1 version.
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

Symbols selected by this symbol

Kconfig definitions

At soc/arm/atmel_sam/same70/Kconfig.defconfig.series:57

Included via Kconfig:10Kconfig.zephyr:23soc/arm/atmel_sam/Kconfig.defconfig:7

Menu path: (top menu)

config I2C_SAM_TWIHS
    bool
    default "y" if I2C && SOC_SERIES_SAME70
    depends on I2C && SOC_SERIES_SAME70

At drivers/i2c/Kconfig:250

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38

Menu path: (top menu) → Device Drivers → I2C Drivers

config I2C_SAM_TWIHS
    bool
    prompt "Atmel SAM (TWIHS) I2C driver" if SOC_FAMILY_SAM && I2C
    select HAS_DTS_I2C if SOC_FAMILY_SAM && I2C
    depends on SOC_FAMILY_SAM && I2C
    help
      Enable Atmel SAM MCU Family (TWIHS) I2C bus driver.

(Definitions include propagated dependencies, including from if’s and menus.)