CONFIG_ARCV2_TIMER_IRQ_PRIORITY

ARC timer interrupt priority

Type: int

Help

This option specifies the IRQ priority used by the ARC timer. Lower values have higher priority.

Direct dependencies

ARCV2_TIMER

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

Defaults

Kconfig definition

At drivers/timer/Kconfig:123

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

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

config ARCV2_TIMER_IRQ_PRIORITY
    int
    prompt "ARC timer interrupt priority" if ARCV2_TIMER
    default 0 if ARCV2_TIMER
    depends on ARCV2_TIMER
    help
      This option specifies the IRQ priority used by the ARC timer. Lower
      values have higher priority.

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