aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2008-11-08 15:05:55 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-11-27 07:38:21 -0500
commitcf30fb4a4f2d261a6527a654a7fdc8636f1e5b16 (patch)
tree2bb46da438fe09e8c8bc14ad21e1755d8e1ed9f3 /arch/arm/Kconfig
parent0318e693d3a56836632bf1a2cfdafb7f34bcc703 (diff)
[ARM] realview: convert to clkdev and lookup clocks by device name
People often point to the Integrator/Versatile/Realview implementations to justify using the consumer name as the sole selector for clocks. Eliminate this excuse by changing the Realview implementation, so it provides a better example of how it should be done. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9722f8bb506c..d4fcf3009c38 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -218,6 +218,7 @@ config ARCH_REALVIEW
218 bool "ARM Ltd. RealView family" 218 bool "ARM Ltd. RealView family"
219 select ARM_AMBA 219 select ARM_AMBA
220 select HAVE_CLK 220 select HAVE_CLK
221 select COMMON_CLKDEV
221 select ICST307 222 select ICST307
222 select GENERIC_TIME 223 select GENERIC_TIME
223 select GENERIC_CLOCKEVENTS 224 select GENERIC_CLOCKEVENTS