CONFIG_LOAPIC_TIMER

LOAPIC timer

Type: bool

Help

This option selects LOAPIC timer as a system timer.

Direct dependencies

LOAPIC && X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

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

config LOAPIC_TIMER
    bool "LOAPIC timer"
    depends on LOAPIC && X86
    help
      This option selects LOAPIC timer as a system timer.

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