CONFIG_MIPS_CP0_TIMER¶
MIPS CP0 Timer
Type: bool
Help¶
This module implements a kernel device driver for the MIPS CP0 timer.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/timer/Kconfig.mips_cp0:5
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:30
→ drivers/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.)