CONFIG_LOAPIC_TIMER_IRQ

Local APIC Timer IRQ

Type: int

Help

This option specifies the IRQ used by the LOAPIC timer.

Direct dependencies

LOAPIC_TIMER

(Includes any dependencies from ifs and menus.)

Default

  • 24

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:28

Menu path: (Top) → Device Drivers → Timer Drivers → LOAPIC timer

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

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