diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2013-11-07 14:57:16 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-22 14:06:56 +0530 |
commit | aa93e8ef98471277cfedacd68604bb28b5a35aa7 (patch) | |
tree | 40b78e1eb7d72320e33638bb6850d90fc57c02c2 /arch/arc/Kconfig | |
parent | b3210d141f5ec32d3b29d0cf4f33d922a739602f (diff) | |
download | blackbird-op-linux-aa93e8ef98471277cfedacd68604bb28b5a35aa7.tar.gz blackbird-op-linux-aa93e8ef98471277cfedacd68604bb28b5a35aa7.zip |
ARCv2: clocksource: Introduce 64bit local RTC counter
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 974ed9058018..f09e03a0d604 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -372,6 +372,11 @@ config ARC_HAS_LL64 dest operands with 2 possible source operands. default y +config ARC_HAS_RTC + bool "Local 64-bit r/o cycle counter" + default n + depends on !SMP + config ARC_NUMBER_OF_INTERRUPTS int "Number of interrupts" range 8 240 |