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

NIOS2

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/timer/Kconfig:139

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:26

Menu path: (top menu) → Device Drivers → Timer Drivers

config ALTERA_AVALON_TIMER
    bool
    prompt "Altera Avalon Interval Timer" if NIOS2
    default "y" if NIOS2
    depends on 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.

(Definitions include propagated dependencies, including from if’s and menus.)