CONFIG_I2C_SAM_TWIM¶
Atmel SAM (TWIM) I2C driver
Type: bool
Help¶
Enable Atmel SAM MCU Family (TWIM) I2C bus driver.
Direct dependencies¶
(I2C
&& SOC_SERIES_SAM4L
) || (SOC_SERIES_SAM4L
&& I2C
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arm/atmel_sam/sam4l/Kconfig.defconfig.series:44
Included via Kconfig:8
→ Kconfig.zephyr:27
→ soc/arm/atmel_sam/Kconfig.defconfig:6
Menu path: (Top)
config I2C_SAM_TWIM
bool
default y
depends on I2C && SOC_SERIES_SAM4L
At drivers/i2c/Kconfig:72
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:42
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_SAM_TWIM
bool "Atmel SAM (TWIM) I2C driver"
depends on SOC_SERIES_SAM4L && I2C
help
Enable Atmel SAM MCU Family (TWIM) I2C bus driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)