:orphan: .. title:: CONFIG_SAM0_RTC_TIMER .. kconfig:: CONFIG_SAM0_RTC_TIMER CONFIG_SAM0_RTC_TIMER ##################### *Atmel SAM0 series RTC timer* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_FAMILY_SAM0 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig:273`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config SAM0_RTC_TIMER bool "Atmel SAM0 series RTC timer" select TICKLESS_CAPABLE 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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*