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
6menuconfig ARCV2_TIMER
7	bool "ARC Timer"
8	default y
9	depends on ARC
10	select TICKLESS_CAPABLE
11	help
12	  This module implements a kernel device driver for the ARCv2 processor timer 0
13	  and provides the standard "system clock driver" interfaces.
14
15config ARCV2_TIMER_IRQ_PRIORITY
16	int "ARC timer interrupt priority"
17	default 0
18	depends on ARCV2_TIMER
19	help
20	  This option specifies the IRQ priority used by the ARC timer. Lower
21	  values have higher priority.
22