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 arch/x86/soc/intel_quark/quark_d2000/Kconfig.defconfig.series:24

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

Menu path: (top menu)

config LOAPIC_TIMER_IRQ
    int
    default 10 if SOC_SERIES_QUARK_D2000
    depends on SOC_SERIES_QUARK_D2000

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

Included via Kconfig:10Kconfig.zephyr:20arch/x86/soc/intel_quark/Kconfig.defconfig:1

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:91

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

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

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.)