diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-04-14 18:03:10 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-04-14 18:03:10 -0400 |
commit | 3e238be2f75f2a6d5d5064eda46ac96268c6411e (patch) | |
tree | 829a241e737c25efc81f2f1bc47cb2ef037baa39 /arch/arm/Kconfig | |
parent | b43a9e60873ebe16502061961ca3f3b7bc6f69d2 (diff) |
[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 | |||
425 | select ARCH_MTD_XIP | 425 | select ARCH_MTD_XIP |
426 | select GENERIC_GPIO | 426 | select GENERIC_GPIO |
427 | select GENERIC_TIME | 427 | select GENERIC_TIME |
428 | select GENERIC_CLOCKEVENTS | ||
429 | select TICK_ONESHOT | ||
428 | select HAVE_IDE | 430 | select HAVE_IDE |
429 | select HAVE_GPIO_LIB | 431 | select HAVE_GPIO_LIB |
430 | help | 432 | help |