:orphan: .. title:: APIC_TIMER_IRQ .. option:: CONFIG_APIC_TIMER_IRQ *Local APIC timer IRQ* Type: ``int`` Help ==== This option specifies the IRQ used by the local APIC timer. Direct dependencies =================== (\ :option:`APIC_TIMER ` && \ :option:`SOC_APOLLO_LAKE `) || (\ :option:`APIC_TIMER ` && \ :option:`SOC_ELKHART_LAKE `) || \ :option:`APIC_TIMER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 24 - 24 - 24 Kconfig definitions =================== .. highlight:: kconfig At ``soc/x86/apollo_lake/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config APIC_TIMER_IRQ int default 24 depends on \ :option:`APIC_TIMER ` && \ :option:`SOC_APOLLO_LAKE ` ---- At ``soc/x86/elkhart_lake/Kconfig.defconfig:26`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config APIC_TIMER_IRQ int default 24 depends on \ :option:`APIC_TIMER ` && \ :option:`SOC_ELKHART_LAKE ` ---- At ``drivers/timer/Kconfig:20`` 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 int "Local APIC timer IRQ" default 24 depends on \ :option:`APIC_TIMER ` help This option specifies the IRQ used by the local APIC timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*