:orphan: .. title:: COUNTER_SAM0_TC32 .. option:: 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 =================== \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.sam0:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:58`` → ``drivers/counter/Kconfig:31`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: menuconfig COUNTER_SAM0_TC32 bool "SAM0 series 32-bit basic timer driver" default y depends on \ :option:`SOC_FAMILY_SAM0 ` && \ :option:`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.)*