diff options
author | Rabin Vincent <rabin@rab.in> | 2015-03-08 16:29:12 +0100 |
---|---|---|
committer | Jesper Nilsson <jespern@axis.com> | 2015-03-25 11:03:40 +0100 |
commit | ed9fd3ff0251783cb3943e71aac398b9064efae6 (patch) | |
tree | 37082935bde7a51e91e42ff8521e9ea89780f3b7 /arch/cris/Kconfig | |
parent | 16428f943d192390b4673612b1d3fb81772323d9 (diff) | |
download | linux-ed9fd3ff0251783cb3943e71aac398b9064efae6.tar.bz2 |
CRISv32: use generic clockevents
Implement a oneshot-capable clockevents device so we get support for
things like hrtimers and NOHZ.
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Jesper Nilsson <jespern@axis.com>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 97d3936ffe92..366dc83019a5 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -55,6 +55,7 @@ config CRIS select IRQ_DOMAIN if ETRAX_ARCH_V32 select OF if ETRAX_ARCH_V32 select OF_EARLY_FLATTREE if ETRAX_ARCH_V32 + select GENERIC_CLOCKEVENTS if ETRAX_ARCH_V32 config HZ int |