CONFIG_LOAPIC_TIMER_IRQ_PRIORITY

Local APIC Timer IRQ Priority

Type: int

Help

This options specifies the IRQ priority used by the LOAPIC timer.

Direct dependencies

LOAPIC_TIMER

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Zephyr>/drivers/timer/Kconfig:80

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

Menu path: (Top) → Device Drivers → Timer Drivers → LOAPIC timer

config LOAPIC_TIMER_IRQ_PRIORITY
    int "Local APIC Timer IRQ Priority"
    default 2
    depends on LOAPIC_TIMER
    help
      This options specifies the IRQ priority used by the LOAPIC timer.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)