diff options
author | Pawel Moll <pawel.moll@arm.com> | 2012-07-13 06:48:16 -0400 |
---|---|---|
committer | Pawel Moll <pawel.moll@arm.com> | 2012-07-13 06:48:16 -0400 |
commit | d1b8a775fdb686c949d31e366a898b64147543e0 (patch) | |
tree | f94ab919c86b5a259fcd879d15926153b73d80b4 /arch/arm/Kconfig | |
parent | 56a34b03ff427046494db87f05fc810aaedd23a5 (diff) |
ARM: vexpress: Initial common clock support
This patch makes Versatile Express use the common clock framework
instead of the plat-versatile implementation.
It defines clock provider for VE's OSCs (clock generators) and
registers all required fixed and variable clock sources (for both
motherboard and core tile).
This is a simple conversion of the existing state and will be
extended (and migrated to drivers/clk) in the near future.
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 17beb66c6fa1..6374a08a6cab 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -310,14 +310,13 @@ config ARCH_VEXPRESS | |||
310 | select ARM_AMBA | 310 | select ARM_AMBA |
311 | select ARM_TIMER_SP804 | 311 | select ARM_TIMER_SP804 |
312 | select CLKDEV_LOOKUP | 312 | select CLKDEV_LOOKUP |
313 | select HAVE_MACH_CLKDEV | 313 | select COMMON_CLK |
314 | select GENERIC_CLOCKEVENTS | 314 | select GENERIC_CLOCKEVENTS |
315 | select HAVE_CLK | 315 | select HAVE_CLK |
316 | select HAVE_PATA_PLATFORM | 316 | select HAVE_PATA_PLATFORM |
317 | select ICST | 317 | select ICST |
318 | select NO_IOPORT | 318 | select NO_IOPORT |
319 | select PLAT_VERSATILE | 319 | select PLAT_VERSATILE |
320 | select PLAT_VERSATILE_CLOCK | ||
321 | select PLAT_VERSATILE_CLCD | 320 | select PLAT_VERSATILE_CLCD |
322 | help | 321 | help |
323 | This enables support for the ARM Ltd Versatile Express boards. | 322 | This enables support for the ARM Ltd Versatile Express boards. |