:orphan: .. title:: CONFIG_LEON_GPTIMER .. kconfig:: CONFIG_LEON_GPTIMER CONFIG_LEON_GPTIMER ################### *LEON timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the GRLIB GPTIMER which is common in LEON systems. Direct dependencies =================== \ :kconfig:`SOC_SPARC_LEON ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`DYNAMIC_INTERRUPTS ` Kconfig definition ================== At ``/timer/Kconfig:338`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config LEON_GPTIMER bool "LEON timer" select DYNAMIC_INTERRUPTS depends on SOC_SPARC_LEON help This module implements a kernel device driver for the GRLIB GPTIMER which is common in LEON systems. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*