CONFIG_I2C_ATMEL_SAM3

[deprecated] Atmel SAM3X I2C Driver

Type: bool

Help

This driver is deprecated and will be removed. Use “Atmel SAM (TWI) I2C driver” instead.

Enable I2C support on the Atmel SAM3 family processor. Says y to enable additional options to enable support for individual controllers.

Direct dependencies

SOC_SERIES_SAM3X && I2C

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/i2c/Kconfig:250

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40

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

config I2C_ATMEL_SAM3
    bool
    prompt "[deprecated] Atmel SAM3X I2C Driver" if SOC_SERIES_SAM3X && I2C
    depends on SOC_SERIES_SAM3X && I2C
    help
      This driver is deprecated and will be removed. Use
      "Atmel SAM (TWI) I2C driver" instead.

      Enable I2C support on the Atmel SAM3 family processor.
      Says y to enable additional options to enable support
      for individual controllers.

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