CONFIG_I2C_SAM_TWI

Atmel SAM (TWI) I2C driver

Type: bool

Help

Enable Atmel SAM MCU Family (TWI) I2C bus driver.

Direct dependencies

(I2C && BOARD_ARDUINO_DUE) || (I2C && SOC_SERIES_SAM4E) || (I2C && SOC_SERIES_SAM4S) || (SOC_FAMILY_SAM && I2C)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/boards/arm/arduino_due/Kconfig.defconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:18

Menu path: (Top)

config I2C_SAM_TWI
    bool
    default y
    depends on I2C && BOARD_ARDUINO_DUE

At <Zephyr>/soc/arm/atmel_sam/sam4e/Kconfig.defconfig.series:33

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_TWI
    bool
    default y
    depends on I2C && SOC_SERIES_SAM4E

At <Zephyr>/soc/arm/atmel_sam/sam4s/Kconfig.defconfig.series:38

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_TWI
    bool
    default y
    depends on I2C && SOC_SERIES_SAM4S

At <Zephyr>/drivers/i2c/Kconfig:74

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:40

Menu path: (Top) → Device Drivers → I2C Drivers

config I2C_SAM_TWI
    bool "Atmel SAM (TWI) I2C driver"
    depends on SOC_FAMILY_SAM && I2C
    help
      Enable Atmel SAM MCU Family (TWI) I2C bus driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)