:orphan: .. title:: CONFIG_COUNTER_SAM_TC .. kconfig:: CONFIG_COUNTER_SAM_TC CONFIG_COUNTER_SAM_TC ##################### *Atmel SAM MCU family counter (TC) driver* Type: ``bool`` Help ==== .. code-block:: none Enable the Atmel SAM MCU family counter (TC) driver. Direct dependencies =================== \ :kconfig:`SOC_FAMILY_SAM ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/counter/Kconfig.sam:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:33`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_SAM_TC bool "Atmel SAM MCU family counter (TC) driver" default n depends on SOC_FAMILY_SAM && COUNTER help Enable the Atmel SAM MCU family counter (TC) driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*