:orphan: .. title:: I2C_SAM_TWIM .. option:: CONFIG_I2C_SAM_TWIM *Atmel SAM (TWIM) I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable Atmel SAM MCU Family (TWIM) I2C bus driver. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_SERIES_SAM4L `) || (\ :option:`SOC_SERIES_SAM4L ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/atmel_sam/sam4l/Kconfig.defconfig.series:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_SAM_TWIM bool default y depends on I2C && SOC_SERIES_SAM4L ---- At ``/i2c/Kconfig:69`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*