The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_LOAPIC_TIMER

LOAPIC timer

Type: bool

Help

This option selects LOAPIC timer as a system timer.

Direct dependencies

(LOAPIC || MVIC) && X86

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/timer/Kconfig:45

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

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

menuconfig LOAPIC_TIMER
    bool
    prompt "LOAPIC timer" if (LOAPIC || MVIC) && X86
    depends on (LOAPIC || MVIC) && X86
    help
      This option selects LOAPIC timer as a system timer.

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