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

(Includes any dependencies from ifs and menus.)

Defaults

  • 24

  • 24

Kconfig definitions

At <Zephyr>/soc/x86/apollo_lake/Kconfig.defconfig:26

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config APIC_TIMER_IRQ
    int
    default 24
    depends on APIC_TIMER && SOC_APOLLO_LAKE

At <Zephyr>/drivers/timer/Kconfig:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/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.)