CONFIG_I2C_SAM0

SAM0 series I2C SERCOM driver

Type: bool

Help

Enable the SAM0 series SERCOM I2C driver.

Direct dependencies

SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && I2C)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (Top)

config I2C_SAM0
    bool
    default I2C
    depends on SOC_FAMILY_SAM0

At <Zephyr>/drivers/i2c/Kconfig.sam0:4

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

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

menuconfig I2C_SAM0
    bool "SAM0 series I2C SERCOM driver"
    default y
    depends on SOC_FAMILY_SAM0 && I2C
    help
      Enable the SAM0 series SERCOM I2C driver.

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