:orphan: .. title:: CONFIG_I2C_SAM0 .. kconfig:: CONFIG_I2C_SAM0 CONFIG_I2C_SAM0 ############### *SAM0 series I2C SERCOM driver* Type: ``bool`` Help ==== .. code-block:: none Enable the SAM0 series SERCOM I2C driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`I2C `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`I2C ` - \ :kconfig:`I2C ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_SAM0 bool default I2C depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config I2C_SAM0 bool default I2C depends on SOC_FAMILY_SAM0 ---- At ``/i2c/Kconfig.sam0:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig menuconfig I2C_SAM0 bool "SAM0 series I2C SERCOM driver" default y depends on SOC_FAMILY_SAM0 && I2C help Enable the SAM0 series SERCOM I2C driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*