-
CONFIG_XTENSA_TIMER_IRQ
¶
Xtensa external timer interrupt number
Type: int
Help¶
This is the number of interrupt line used by the external timer. The special value of -1 allows using the internal timer in order to emulate an external timer. This is generally useful for running the project on a simulator where it is hard to emulate an external interrupt.
Direct dependencies¶
XTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
(Includes any dependencies from if’s and menus.)
Defaults¶
- -1 if
XTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
Kconfig definition¶
At drivers/timer/Kconfig:204
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config XTENSA_TIMER_IRQ int prompt "Xtensa external timer interrupt number" ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
range -1 31 ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
default -1 ifXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
depends onXTENSA_TIMER
&& !XTENSA_INTERNAL_TIMER
help This is the number of interrupt line used by the external timer. The special value of -1 allows using the internal timer in order to emulate an external timer. This is generally useful for running the project on a simulator where it is hard to emulate an external interrupt.
(Definitions include propagated dependencies, including from if’s and menus.)