The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SAM0_RTC_TIMER

Atmel SAM0 series RTC timer

Type: bool

Help

This module implements a kernel device driver for the Atmel SAM0 series Real Time Counter and provides the standard “system clock driver” interfaces.

Direct dependencies

SOC_FAMILY_SAM0

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:171

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config SAM0_RTC_TIMER
    bool
    prompt "Atmel SAM0 series RTC timer" if SOC_FAMILY_SAM0
    select TICKLESS_CAPABLE if SOC_FAMILY_SAM0
    depends on SOC_FAMILY_SAM0
    help
      This module implements a kernel device driver for the Atmel SAM0
      series Real Time Counter and provides the standard "system clock
      driver" interfaces.

(Definitions include propagated dependencies, including from if’s and menus.)