diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-15 02:03:10 +0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-15 02:03:10 +0400 |
commit | 3e238be2f75f2a6d5d5064eda46ac96268c6411e (patch) | |
tree | 829a241e737c25efc81f2f1bc47cb2ef037baa39 /arch/arm/Kconfig | |
parent | b43a9e60873ebe16502061961ca3f3b7bc6f69d2 (diff) | |
download | linux-3e238be2f75f2a6d5d5064eda46ac96268c6411e.tar.xz |
[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/Kconfig | 2 |
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 |