1# Copyright (c) 2014-2015 Wind River Systems, Inc. 2# Copyright (c) 2016 Cadence Design Systems, Inc. 3# Copyright (c) 2019 Intel Corp. 4# SPDX-License-Identifier: Apache-2.0 5 6config ALTERA_AVALON_TIMER 7 bool "Altera Avalon Interval Timer" 8 default y 9 depends on NIOS2 10 help 11 This module implements a kernel device driver for the Altera Avalon 12 Interval Timer as described in the Embedded IP documentation, for use 13 with Nios II and possibly other Altera soft CPUs. It provides the 14 standard "system clock driver" interfaces. 15