:orphan: .. title:: APIC_TIMER_IRQ_PRIORITY .. option:: CONFIG_APIC_TIMER_IRQ_PRIORITY *Local APIC timer IRQ priority* Type: ``int`` Help ==== This option specifies the IRQ priority used by the local APIC timer. Direct dependencies =================== \ :option:`APIC_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers → New local APIC timer .. parsed-literal:: config APIC_TIMER_IRQ_PRIORITY int "Local APIC timer IRQ priority" default 4 depends on \ :option:`APIC_TIMER ` help This option specifies the IRQ priority used by the local APIC timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*