diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-06-15 08:34:03 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-08 10:22:39 -0400 |
commit | 000bc17817bfe9e7d1fd59cec9e95f6b3638872f (patch) | |
tree | d65d9c92549d82cc5569278324ecadff6757b7a2 /arch/arm/Kconfig | |
parent | 361c81f996707e122bffe95c5a3e6c47611b8a29 (diff) |
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 a750c1425c3a..00623a2c5d0c 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -418,11 +418,12 @@ config ARCH_EP93XX | |||
418 | bool "EP93xx-based" | 418 | bool "EP93xx-based" |
419 | select ARCH_HAS_HOLES_MEMORYMODEL | 419 | select ARCH_HAS_HOLES_MEMORYMODEL |
420 | select ARCH_REQUIRE_GPIOLIB | 420 | select ARCH_REQUIRE_GPIOLIB |
421 | select ARCH_USES_GETTIMEOFFSET | ||
422 | select ARM_AMBA | 421 | select ARM_AMBA |
423 | select ARM_VIC | 422 | select ARM_VIC |
424 | select CLKDEV_LOOKUP | 423 | select CLKDEV_LOOKUP |
424 | select CLKSRC_MMIO | ||
425 | select CPU_ARM920T | 425 | select CPU_ARM920T |
426 | select GENERIC_CLOCKEVENTS | ||
426 | help | 427 | help |
427 | This enables support for the Cirrus EP93xx series of CPUs. | 428 | This enables support for the Cirrus EP93xx series of CPUs. |
428 | 429 | ||