CONFIG_XTENSA_TIMER

Xtensa timer support

Type: bool

Help

This module implements a kernel device driver for the Xtensa processor and provides the standard “system clock driver” interfaces. If unchecked, no timer will be used. If checked it will use either an internal timer (default option) or an external timer. In that case one shall unselect XTENSA_INTERNAL_TIMER and define XTENSA_TIMER_IRQ and XTENSA_TIMER_IRQ_PRIORITY.

Direct dependencies

XTENSA

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

Defaults

Kconfig definition

At drivers/timer/Kconfig:181

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

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

config XTENSA_TIMER
    bool
    prompt "Xtensa timer support" if XTENSA
    default "y" if XTENSA
    depends on XTENSA
    help
      This module implements a kernel device driver for the Xtensa processor and
      provides the standard "system clock driver" interfaces.
      If unchecked, no timer will be used.
      If checked it will use either an internal timer (default option) or an
      external timer. In that case one shall unselect XTENSA_INTERNAL_TIMER and
      define XTENSA_TIMER_IRQ and XTENSA_TIMER_IRQ_PRIORITY.

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