diff options
author | Alexander Shiyan | 2012-08-21 20:59:35 +0400 |
---|---|---|
committer | Arnd Bergmann | 2012-09-28 21:14:07 +0200 |
commit | 61ae48c3cb6bcffd1c7e18164c3d103eb62f06aa (patch) | |
tree | 6419848a83d20121ea6ee4515421bc3702f95c2f /arch/arm/Kconfig | |
parent | 55d512e245bc7699a8800e23df1a24195dd08217 (diff) |
ARM: clps711x: Added simple clock framework
Modern CPUs from CLPS711X-line can operate at frequencies other than 73 MHz.
This patch adds simple clock framework for handling all possible CPU rates.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
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 2f88d8d97701..0e7672179b40 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -384,6 +384,8 @@ config ARCH_CLPS711X bool "Cirrus Logic CLPS711x/EP721x/EP731x-based" select CPU_ARM720T select ARCH_USES_GETTIMEOFFSET + select COMMON_CLK + select CLKDEV_LOOKUP select NEED_MACH_MEMORY_H help Support for Cirrus Logic 711x/721x/731x based boards. |