diff options
Diffstat (limited to 'drivers/clocksource/Kconfig')
| -rw-r--r-- | drivers/clocksource/Kconfig | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 1c2506f68122..68161f7a07d6 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
| @@ -63,6 +63,11 @@ config VT8500_TIMER | |||
| 63 | config CADENCE_TTC_TIMER | 63 | config CADENCE_TTC_TIMER |
| 64 | bool | 64 | bool |
| 65 | 65 | ||
| 66 | config ASM9260_TIMER | ||
| 67 | bool | ||
| 68 | select CLKSRC_MMIO | ||
| 69 | select CLKSRC_OF | ||
| 70 | |||
| 66 | config CLKSRC_NOMADIK_MTU | 71 | config CLKSRC_NOMADIK_MTU |
| 67 | bool | 72 | bool |
| 68 | depends on (ARCH_NOMADIK || ARCH_U8500) | 73 | depends on (ARCH_NOMADIK || ARCH_U8500) |
| @@ -245,15 +250,4 @@ config CLKSRC_PXA | |||
| 245 | help | 250 | help |
| 246 | This enables OST0 support available on PXA and SA-11x0 | 251 | This enables OST0 support available on PXA and SA-11x0 |
| 247 | platforms. | 252 | platforms. |
| 248 | |||
| 249 | config ASM9260_TIMER | ||
| 250 | bool "Alphascale ASM9260 timer driver" | ||
| 251 | depends on GENERIC_CLOCKEVENTS | ||
| 252 | select CLKSRC_MMIO | ||
| 253 | select CLKSRC_OF | ||
| 254 | default y if MACH_ASM9260 | ||
| 255 | help | ||
| 256 | This enables build of a clocksource and clockevent driver for | ||
| 257 | the 32-bit System Timer hardware available on a Alphascale ASM9260. | ||
| 258 | |||
| 259 | endmenu | 253 | endmenu |
