:orphan: .. title:: LEON_GPTIMER .. option:: CONFIG_LEON_GPTIMER *LEON timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the GRLIB GPTIMER which is common in LEON systems. Direct dependencies =================== \ :option:`SOC_SPARC_LEON ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`DYNAMIC_INTERRUPTS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:293`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config LEON_GPTIMER bool "LEON timer" select \ :option:`DYNAMIC_INTERRUPTS ` depends on \ :option:`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.)*