The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_LOAPIC_TIMER_IRQ

Local APIC Timer IRQ

Type: int

Help

This option specifies the IRQ used by the LOAPIC timer.

Direct dependencies

SOC_SERIES_QUARK_D2000 || SOC_SERIES_QUARK_SE || LOAPIC_TIMER

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At soc/x86/intel_quark/quark_d2000/Kconfig.defconfig.series:24

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config LOAPIC_TIMER_IRQ
    int
    default 10 if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

At soc/x86/intel_quark/quark_se/Kconfig.defconfig.series:24

Included via Kconfig:10Kconfig.zephyr:23soc/x86/intel_quark/Kconfig.defconfig:3

Menu path: (top menu)

config LOAPIC_TIMER_IRQ
    int
    default 64 if LOAPIC_TIMER && SOC_SERIES_QUARK_SE
    depends on SOC_SERIES_QUARK_SE

At drivers/timer/Kconfig:52

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers → LOAPIC timer

config LOAPIC_TIMER_IRQ
    int
    prompt "Local APIC Timer IRQ" if LOAPIC_TIMER
    default 24 if LOAPIC_TIMER
    depends on LOAPIC_TIMER
    help
      This option specifies the IRQ used by the LOAPIC timer.

(Definitions include propagated dependencies, including from if’s and menus.)