:orphan: .. title:: CONFIG_APIC_TIMER_IRQ_PRIORITY .. kconfig:: CONFIG_APIC_TIMER_IRQ_PRIORITY CONFIG_APIC_TIMER_IRQ_PRIORITY ############################## *Local APIC timer interrupt priority* Type: ``int`` Help ==== .. code-block:: none This option specifies the interrupt priority used by the local APIC timer. Direct dependencies =================== \ :kconfig:`APIC_TIMER ` || \ :kconfig:`APIC_TSC_DEADLINE_TIMER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/timer/Kconfig:73`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config APIC_TIMER_IRQ_PRIORITY int "Local APIC timer interrupt priority" default 4 depends on APIC_TIMER || APIC_TSC_DEADLINE_TIMER help This option specifies the interrupt priority used by the local APIC timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*