CONFIG_XTENSA_TIMER_IRQ_PRIORITY

Xtensa external timer interrupt priority

Type: int

Help

This is the priority of interrupt line.

Direct dependencies

XTENSA_TIMER && !XTENSA_INTERNAL_TIMER

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

Kconfig definition

At drivers/timer/Kconfig:215

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

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

config XTENSA_TIMER_IRQ_PRIORITY
    int
    prompt "Xtensa external timer interrupt priority" if XTENSA_TIMER && !XTENSA_INTERNAL_TIMER
    range 1 6 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 priority of interrupt line.

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