CONFIG_COUNTER_SAM_TC¶
Atmel SAM MCU family counter (TC) driver
Type: bool
Help¶
Enable the Atmel SAM MCU family counter (TC) driver.
Default¶
- n 
Kconfig definition¶
At <Zephyr Driver>/counter/Kconfig.sam:7
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/counter/Kconfig:33
Menu path: (Top) → Device Drivers → Counter Drivers
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.)