CONFIG_COUNTER_SAM0_TC32

SAM0 series 32-bit basic timer driver

Type: bool

Help

Enable the SAM0 series timer counter (TC) driver in 32-bit wide mode.

Direct dependencies

SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && COUNTER)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:11

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (Top)

config COUNTER_SAM0_TC32
    bool
    default COUNTER
    depends on SOC_FAMILY_SAM0

At <Zephyr>/drivers/counter/Kconfig.sam0:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:31

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_SAM0_TC32
    bool "SAM0 series 32-bit basic timer driver"
    default y
    depends on SOC_FAMILY_SAM0 && COUNTER
    help
      Enable the SAM0 series timer counter (TC) driver in 32-bit wide
      mode.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)