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.)

Kconfig definition

At drivers/timer/Kconfig:204

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

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

config XTENSA_TIMER_IRQ
    int
    prompt "Xtensa external timer interrupt number" if XTENSA_TIMER && !XTENSA_INTERNAL_TIMER
    range -1 31 if XTENSA_TIMER && !XTENSA_INTERNAL_TIMER
    default -1 if XTENSA_TIMER && !XTENSA_INTERNAL_TIMER
    depends on XTENSA_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.)