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

ARC Timer

Type: bool

Help

This module implements a kernel device driver for the ARCv2 processor timer 0 and provides the standard “system clock driver” interfaces.

Direct dependencies

ARC

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

Defaults

  • “y” if ARC

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:75

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

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

menuconfig ARCV2_TIMER
    bool
    prompt "ARC Timer" if ARC
    default "y" if ARC
    select TICKLESS_CAPABLE if ARC
    depends on ARC
    help
      This module implements a kernel device driver for the ARCv2 processor timer 0
      and provides the standard "system clock driver" interfaces.

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