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

Xtensa timer support

Type: bool

Help

Enables a system timer driver for Xtensa based on the CCOUNT and CCOMPARE special registers.

Direct dependencies

XTENSA

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

Defaults

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig:149

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

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

config XTENSA_TIMER
    bool
    prompt "Xtensa timer support" if XTENSA
    default "y" if XTENSA
    select TICKLESS_CAPABLE if XTENSA
    depends on XTENSA
    help
      Enables a system timer driver for Xtensa based on the CCOUNT
      and CCOMPARE special registers.

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