aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorOleksij Rempel <linux@rempel-privat.de>2015-01-08 04:07:22 -0500
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-01-29 08:02:06 -0500
commit8d8bd7be8bf0981564fd557d4b68eeeaaa2325d0 (patch)
treef7f3be8c57f25feaac63476a5ed83bb275a72700 /drivers/clocksource/Kconfig
parent5833ac98651f7985037e52d4b41f7d4e02e32064 (diff)
ARM: clocksource: Add asm9260_timer driver
In some cases asm9260 looks similar to iMX2x. One of exceptions is timer controller. So this patch introduces new driver for this special case. Signed-off-by: Oleksij Rempel <linux@rempel-privat.de> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index fc01ec27d3c8..bfaaae4c21b4 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -229,4 +229,14 @@ config CLKSRC_MIPS_GIC
229 depends on MIPS_GIC 229 depends on MIPS_GIC
230 select CLKSRC_OF 230 select CLKSRC_OF
231 231
232config ASM9260_TIMER
233 bool "Alphascale ASM9260 timer driver"
234 depends on GENERIC_CLOCKEVENTS
235 select CLKSRC_MMIO
236 select CLKSRC_OF
237 default y if MACH_ASM9260
238 help
239 This enables build of a clocksource and clockevent driver for
240 the 32-bit System Timer hardware available on a Alphascale ASM9260.
241
232endmenu 242endmenu