-
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.
Kconfig definition¶
At drivers/timer/Kconfig:181
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config XTENSA_TIMER bool prompt "Xtensa timer support" ifXTENSA
default "y" ifXTENSA
depends onXTENSA
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.)