:orphan: .. title:: CONFIG_COUNTER_SAM0_TC32 .. kconfig:: CONFIG_COUNTER_SAM0_TC32 CONFIG_COUNTER_SAM0_TC32 ######################## *SAM0 series 32-bit basic timer driver* Type: ``bool`` Help ==== .. code-block:: none Enable the SAM0 series timer counter (TC) driver in 32-bit wide mode. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM0 ` || \ :kconfig:`SOC_FAMILY_SAM0 ` || (\ :kconfig:`SOC_FAMILY_SAM0 ` && \ :kconfig:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`COUNTER ` - \ :kconfig:`COUNTER ` - y Kconfig definitions =================== At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:11`` 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 COUNTER_SAM0_TC32 bool default COUNTER depends on SOC_FAMILY_SAM0 ---- At ``/arm/atmel_sam0/common/Kconfig.defconfig.series:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/atmel_sam0/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config COUNTER_SAM0_TC32 bool default COUNTER depends on SOC_FAMILY_SAM0 ---- At ``/counter/Kconfig.sam0:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:35`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*