CONFIG_APIC_TIMER_IRQ

Local APIC timer IRQ

Type: int

Help

This option specifies the IRQ used by the local APIC timer.
Note: this MUST be set to the index immediately after the
last IO-APIC IRQ (the timer is the first entry in the APIC
local vector table).  This footgun is not intended to be
user-configurable and almost certainly should be managed via
a different mechanism.

Direct dependencies

(APIC_TIMER && (BOARD_EHL_CRB || BOARD_EHL_CRB_SBL)) || (APIC_TIMER && BOARD_UP_SQUARED) || (APIC_TIMER && SOC_APOLLO_LAKE) || (APIC_TIMER && SOC_APOLLO_LAKE) || APIC_TIMER

(Includes any dependencies from ifs and menus.)

Defaults

  • 24

  • 24

  • 24

  • 24

  • 24

Kconfig definitions

At <Zephyr>/boards/x86/ehl_crb/Kconfig.defconfig:32

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config APIC_TIMER_IRQ
    int
    default 24
    depends on APIC_TIMER && (BOARD_EHL_CRB || BOARD_EHL_CRB_SBL)

At <Zephyr>/boards/x86/up_squared/Kconfig.defconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:22

Menu path: (Top)

config APIC_TIMER_IRQ
    int
    default 24
    depends on APIC_TIMER && BOARD_UP_SQUARED

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config APIC_TIMER_IRQ
    int
    default 24
    depends on APIC_TIMER && SOC_APOLLO_LAKE

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27

Menu path: (Top)

config APIC_TIMER_IRQ
    int
    default 24
    depends on APIC_TIMER && SOC_APOLLO_LAKE

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<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.
      Note: this MUST be set to the index immediately after the
      last IO-APIC IRQ (the timer is the first entry in the APIC
      local vector table).  This footgun is not intended to be
      user-configurable and almost certainly should be managed via
      a different mechanism.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)