aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-04-14 23:03:10 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-14 23:03:10 +0100
commit3e238be2f75f2a6d5d5064eda46ac96268c6411e (patch)
tree829a241e737c25efc81f2f1bc47cb2ef037baa39 /arch/arm/Kconfig
parent[ARM] 4962/1: Introduce standard gpio interface for Scoop2. (diff)
downloadlinux-dev-3e238be2f75f2a6d5d5064eda46ac96268c6411e.tar.xz
linux-dev-3e238be2f75f2a6d5d5064eda46ac96268c6411e.zip
[ARM] sa1100: add clock event support
d142b6e77d394a4fcc0a42381b03852bd9c4e263 added clock source support, now it's time for the clock event support. Tested-by: Thomas Kunze <thommycheck@gmx.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 1f7c728f5ce5..63cc733fdb32 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -425,6 +425,8 @@ config ARCH_SA1100
select ARCH_MTD_XIP
select GENERIC_GPIO
select GENERIC_TIME
+ select GENERIC_CLOCKEVENTS
+ select TICK_ONESHOT
select HAVE_IDE
select HAVE_GPIO_LIB
help