aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorPawel Moll <pawel.moll@arm.com>2012-07-13 11:48:16 +0100
committerPawel Moll <pawel.moll@arm.com>2012-07-13 11:48:16 +0100
commitd1b8a775fdb686c949d31e366a898b64147543e0 (patch)
treef94ab919c86b5a259fcd879d15926153b73d80b4 /arch/arm/Kconfig
parentARM: versatile: Make plat-versatile clock optional (diff)
downloadlinux-dev-d1b8a775fdb686c949d31e366a898b64147543e0.tar.xz
linux-dev-d1b8a775fdb686c949d31e366a898b64147543e0.zip
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/Kconfig3
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
select ARM_AMBA
select ARM_TIMER_SP804
select CLKDEV_LOOKUP
- select HAVE_MACH_CLKDEV
+ select COMMON_CLK
select GENERIC_CLOCKEVENTS
select HAVE_CLK
select HAVE_PATA_PLATFORM
select ICST
select NO_IOPORT
select PLAT_VERSATILE
- select PLAT_VERSATILE_CLOCK
select PLAT_VERSATILE_CLCD
help
This enables support for the ARM Ltd Versatile Express boards.