The latest development version of this page may be more current than this released 1.14.0 version.
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

SOC_SERIES_QUARK_D2000 || LOAPIC_TIMER

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

Kconfig definitions

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:27

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config LOAPIC_TIMER_IRQ_PRIORITY
    int
    default 2 if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

At drivers/timer/Kconfig:58

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

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

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

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