-
CONFIG_APIC_TIMER_IRQ¶
Local APIC timer IRQ
Type: int
Help¶
This option specifies the IRQ used by the local APIC timer.
Direct dependencies¶
(APIC_TIMER && SOC_APOLLO_LAKE) || (APIC_TIMER && SOC_ELKHART_LAKE) || APIC_TIMER
(Includes any dependencies from ifs and menus.)
Defaults¶
24
24
24
Kconfig definitions¶
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)
config APIC_TIMER_IRQ
int
default 24
depends on APIC_TIMER && 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)
config APIC_TIMER_IRQ
int
default 24
depends on APIC_TIMER && 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
config APIC_TIMER_IRQ
int "Local APIC timer IRQ"
default 24
depends on 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.)