diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-11-12 16:55:12 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-26 09:40:57 -0500 |
commit | d142b6e77d394a4fcc0a42381b03852bd9c4e263 (patch) | |
tree | f3d2be80d681dd16abcd9bfea0895149bc867877 /arch/arm/Kconfig | |
parent | 9b73e76f3cf63379dcf45fcd4f112f5812418d0a (diff) |
[ARM] sa1100: add clock source support
Add generic clock source support for SA11x0 platforms.
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 a04f507e7f2c..742527957048 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -366,6 +366,7 @@ config ARCH_SA1100 | |||
366 | select ARCH_DISCONTIGMEM_ENABLE | 366 | select ARCH_DISCONTIGMEM_ENABLE |
367 | select ARCH_MTD_XIP | 367 | select ARCH_MTD_XIP |
368 | select GENERIC_GPIO | 368 | select GENERIC_GPIO |
369 | select GENERIC_TIME | ||
369 | help | 370 | help |
370 | Support for StrongARM 11x0 based boards. | 371 | Support for StrongARM 11x0 based boards. |
371 | 372 | ||