diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-10-01 12:57:20 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-10-28 15:06:15 -0700 |
commit | f3372c01816ec9e974e449cf7233408a31647dd3 (patch) | |
tree | e231213b1acbcace7aa9438b8e46b864bb52727c /arch/arm/Kconfig | |
parent | 43d93947a54cf9323198a3a37eaf3ec14adb23e1 (diff) | |
download | blackbird-op-linux-f3372c01816ec9e974e449cf7233408a31647dd3.tar.gz blackbird-op-linux-f3372c01816ec9e974e449cf7233408a31647dd3.zip |
ARM: gemini: convert to GENERIC_CLOCKEVENTS
This converts the gemini machine to use generic clockevents
by rewriting the timer driver.
Cc: arm@kernel.org
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 25ad39a52ecd..e98261cb05bd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -384,8 +384,9 @@ config ARCH_CLPS711X config ARCH_GEMINI bool "Cortina Systems Gemini" select ARCH_REQUIRE_GPIOLIB - select ARCH_USES_GETTIMEOFFSET + select CLKSRC_MMIO select CPU_FA526 + select GENERIC_CLOCKEVENTS select NEED_MACH_GPIO_H help Support for the Cortina Systems Gemini family SoCs |