diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-06-15 14:34:03 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-08 16:22:39 +0200 |
commit | 000bc17817bfe9e7d1fd59cec9e95f6b3638872f (patch) | |
tree | d65d9c92549d82cc5569278324ecadff6757b7a2 /arch/arm/Kconfig | |
parent | 361c81f996707e122bffe95c5a3e6c47611b8a29 (diff) | |
download | op-kernel-dev-000bc17817bfe9e7d1fd59cec9e95f6b3638872f.zip op-kernel-dev-000bc17817bfe9e7d1fd59cec9e95f6b3638872f.tar.gz |
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/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a750c14..00623a2 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. |