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

CONFIG_MIPS_CP0_TIMER

MIPS CP0 Timer

Type: bool

Help

This module implements a kernel device driver for the MIPS CP0 timer.

Direct dependencies

MIPS

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/timer/Kconfig.mips_cp0:5

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:30drivers/timer/Kconfig:73

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

config MIPS_CP0_TIMER
    bool "MIPS CP0 Timer"
    select TICKLESS_CAPABLE
    depends on MIPS
    help
      This module implements a kernel device driver for the MIPS CP0 timer.

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