:orphan: .. title:: ALTERA_AVALON_TIMER .. option:: CONFIG_ALTERA_AVALON_TIMER *Altera Avalon Interval Timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the Altera Avalon Interval Timer as described in the Embedded IP documentation, for use with Nios II and possibly other Altera soft CPUs. It provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :option:`NIOS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/timer/Kconfig:106`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config ALTERA_AVALON_TIMER bool "Altera Avalon Interval Timer" default y depends on \ :option:`NIOS2 ` help This module implements a kernel device driver for the Altera Avalon Interval Timer as described in the Embedded IP documentation, for use with Nios II and possibly other Altera soft CPUs. It provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*