summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2015-06-15 14:34:03 +0200
committerLinus Walleij2015-07-08 16:22:39 +0200
commit000bc17817bfe9e7d1fd59cec9e95f6b3638872f (patch)
treed65d9c92549d82cc5569278324ecadff6757b7a2 /arch/arm/Kconfig
parentARM: ep93xx: move timer to its own file (diff)
downloadkernel-qcow2-linux-000bc17817bfe9e7d1fd59cec9e95f6b3638872f.tar.gz
kernel-qcow2-linux-000bc17817bfe9e7d1fd59cec9e95f6b3638872f.tar.xz
kernel-qcow2-linux-000bc17817bfe9e7d1fd59cec9e95f6b3638872f.zip
ARM: ep93xx: switch to GENERIC_CLOCKEVENTS
This switches the EP93xx to use GENERIC_CLOCKEVENTS and CLKSRC_MMIO. Also implements a sched_clock() hook. Tested on the SIM.ONE. Use only oneshot events. Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com> Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index a750c1425c3a..00623a2c5d0c 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -418,11 +418,12 @@ config ARCH_EP93XX
bool "EP93xx-based"
select ARCH_HAS_HOLES_MEMORYMODEL
select ARCH_REQUIRE_GPIOLIB
- select ARCH_USES_GETTIMEOFFSET
select ARM_AMBA
select ARM_VIC
select CLKDEV_LOOKUP
+ select CLKSRC_MMIO
select CPU_ARM920T
+ select GENERIC_CLOCKEVENTS
help
This enables support for the Cirrus EP93xx series of CPUs.