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

Kconfig definition

At drivers/timer/Kconfig:115

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

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

config ARCV2_TIMER
    bool
    prompt "ARC Timer" if ARC
    default "y" 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.)