:orphan: .. title:: CONFIG_LITEX_TIMER .. kconfig:: CONFIG_LITEX_TIMER CONFIG_LITEX_TIMER ################## *LiteX Timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for LiteX Timer. Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`TIMER_HAS_64BIT_CYCLE_COUNTER ` Kconfig definition ================== At ``/timer/Kconfig.litex:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` → ``/timer/Kconfig:68`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config LITEX_TIMER bool "LiteX Timer" default y select TIMER_HAS_64BIT_CYCLE_COUNTER depends on SOC_RISCV32_LITEX_VEXRISCV help This module implements a kernel device driver for LiteX Timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*