:orphan: .. title:: I2C_SAM_TWIM .. option:: CONFIG_I2C_SAM_TWIM *Atmel SAM (TWIM) I2C driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/sam4l/Kconfig.defconfig.series:47`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config I2C_SAM_TWIM bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_SAM4L ` ---- At ``drivers/i2c/Kconfig:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_SAM_TWIM bool "Atmel SAM (TWIM) I2C driver" depends on \ :option:`SOC_SERIES_SAM4L ` && \ :option:`I2C ` help Enable Atmel SAM MCU Family (TWIM) I2C bus driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*