diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2014-12-24 18:41:55 +0530 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-06-22 14:06:57 +0530 |
commit | 72d72880612705143ad32cf4ede0d6ae27e8b975 (patch) | |
tree | 6c6c27f15e796e3addb8702f29e2dfbccc7a58ee /arch/arc/Kconfig | |
parent | aa6083ed50957f699596999affbb6eb9d7a8b72e (diff) | |
download | op-kernel-dev-72d72880612705143ad32cf4ede0d6ae27e8b975.zip op-kernel-dev-72d72880612705143ad32cf4ede0d6ae27e8b975.tar.gz |
ARCv2: SMP: clocksource: Enable Global Real Time 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 ef5ca59..1b68459 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -384,6 +384,11 @@ config ARC_HAS_RTC default n depends on !SMP +config ARC_HAS_GRTC + bool "SMP synchronized 64-bit cycle counter" + default y + depends on SMP + config ARC_NUMBER_OF_INTERRUPTS int "Number of interrupts" range 8 240 |