aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2013-01-13 23:58:21 -0500
committerTony Prisk <linux@prisktech.co.nz>2013-01-13 23:58:21 -0500
commitff7ec345f0ece9ddbb28538b70ba0c7f0acc17dc (patch)
tree5e02c6656af497053f1a41a5fb5677c6a6ddf171 /drivers/clocksource/Kconfig
parent1c2584c3a1c882fec729147a46d822522552e38c (diff)
timer: vt8500: Move timer code to drivers/clocksource
This patch moves arch-vt8500/timer.c into drivers/clocksource and updates the necessary Kconfig/Makefile options. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index a32b7a9c65d3..7d978c1bd528 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -28,6 +28,9 @@ config ARMADA_370_XP_TIMER
28config SUNXI_TIMER 28config SUNXI_TIMER
29 bool 29 bool
30 30
31config VT8500_TIMER
32 bool
33
31config CLKSRC_NOMADIK_MTU 34config CLKSRC_NOMADIK_MTU
32 bool 35 bool
33 depends on (ARCH_NOMADIK || ARCH_U8500) 36 depends on (ARCH_NOMADIK || ARCH_U8500)