The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NRF_RTC_TIMER

nRF Real Time Counter (NRF_RTC1) Timer

Type: bool

Help

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

Direct dependencies

CLOCK_CONTROL && SOC_COMPATIBLE_NRF

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

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:111

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

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

config NRF_RTC_TIMER
    bool
    prompt "nRF Real Time Counter (NRF_RTC1) Timer" if CLOCK_CONTROL && SOC_COMPATIBLE_NRF
    default "y" if CLOCK_CONTROL && SOC_COMPATIBLE_NRF
    select TICKLESS_CAPABLE if CLOCK_CONTROL && SOC_COMPATIBLE_NRF
    depends on CLOCK_CONTROL && SOC_COMPATIBLE_NRF
    help
      This module implements a kernel device driver for the nRF Real Time
      Counter NRF_RTC1 and provides the standard "system clock driver"
      interfaces.

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