:orphan: .. title:: LOAPIC_TIMER_IRQ_PRIORITY .. option:: 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 =================== \ :option:`LOAPIC_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:80`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:24`` Menu path: (Top) → Device Drivers → Timer Drivers → LOAPIC timer .. parsed-literal:: config LOAPIC_TIMER_IRQ_PRIORITY int "Local APIC Timer IRQ Priority" default 2 depends on \ :option:`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.)*