diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 10 |
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 | ||
232 | config 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 | |||
232 | endmenu | 242 | endmenu |