:orphan: .. title:: CONFIG_MIPS_CP0_TIMER .. kconfig:: CONFIG_MIPS_CP0_TIMER CONFIG_MIPS_CP0_TIMER ##################### *MIPS CP0 Timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the MIPS CP0 timer. Direct dependencies =================== \ :kconfig:`MIPS ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`TICKLESS_CAPABLE ` Kconfig definition ================== At ``/timer/Kconfig.mips_cp0:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:73`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig 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.)*