diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2008-02-04 17:26:55 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-02-04 17:52:17 +0000 |
commit | ae30ceac3c6bbacdb227816abe6f0c7ea867ac7c (patch) | |
tree | aeb0d30de00a6ef48224845f2e9cb21ddb57e9f5 /arch/arm/Kconfig | |
parent | 85802afeb010502471f64dccf9839f60995c8579 (diff) | |
download | op-kernel-dev-ae30ceac3c6bbacdb227816abe6f0c7ea867ac7c.zip op-kernel-dev-ae30ceac3c6bbacdb227816abe6f0c7ea867ac7c.tar.gz |
[ARM] 4812/1: RealView: clockevents support for the RealView platforms
The patch updates the RealView code to the clockevents infrastructure.
The SMP support is implemented in subsequent patches. Based on the
Versatile implementation by Kevin Hilman.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a2b7e4a..b82828e 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -169,6 +169,7 @@ config ARCH_REALVIEW select ARM_AMBA select ICST307 select GENERIC_TIME + select GENERIC_CLOCKEVENTS help This enables support for ARM Ltd RealView boards. |