:orphan: .. title:: I2C_SAM0 .. option:: CONFIG_I2C_SAM0 *SAM0 series I2C SERCOM driver* Type: ``bool`` Help ==== Enable the SAM0 series SERCOM I2C driver. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` || (\ :option:`SOC_FAMILY_SAM0 ` && \ :option:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :option:`I2C ` - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/atmel_sam0/common/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. parsed-literal:: config I2C_SAM0 bool default \ :option:`I2C ` depends on \ :option:`SOC_FAMILY_SAM0 ` ---- At ``drivers/i2c/Kconfig.sam0:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:39`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: menuconfig I2C_SAM0 bool "SAM0 series I2C SERCOM driver" default y depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`I2C ` help Enable the SAM0 series SERCOM I2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*