:orphan: .. title:: I2C_SAM_TWIHS .. option:: CONFIG_I2C_SAM_TWIHS *Atmel SAM (TWIHS) I2C driver* Type: ``bool`` Help ==== Enable Atmel SAM MCU Family (TWIHS) I2C bus driver. Direct dependencies =================== (\ :option:`I2C ` && \ :option:`SOC_SERIES_SAME70 `) || (\ :option:`I2C ` && \ :option:`SOC_SERIES_SAMV71 `) || (\ :option:`SOC_FAMILY_SAM ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam/same70/Kconfig.defconfig.series:59`` 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_TWIHS bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_SAME70 ` ---- At ``soc/arm/atmel_sam/samv71/Kconfig.defconfig.series:60`` 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_TWIHS bool default y depends on \ :option:`I2C ` && \ :option:`SOC_SERIES_SAMV71 ` ---- At ``drivers/i2c/Kconfig:62`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_SAM_TWIHS bool "Atmel SAM (TWIHS) I2C driver" depends on \ :option:`SOC_FAMILY_SAM ` && \ :option:`I2C ` help Enable Atmel SAM MCU Family (TWIHS) I2C bus driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*