ARM: 8366/1: move Dual-Timer SP804 driver to drivers/clocksource
[linux-2.6-block.git] / drivers / clocksource / Kconfig
index a0b036ccb118b1fc23fa07907f17196c80a15a54..0f1c0e7f86daa745496e06ff2151e7e236e38c15 100644 (file)
@@ -132,6 +132,11 @@ config ARM_GLOBAL_TIMER
        help
          This options enables support for the ARM global timer unit
 
+config ARM_TIMER_SP804
+       bool "Support for Dual Timer SP804 module"
+       select CLKSRC_MMIO
+       select CLKSRC_OF if OF
+
 config CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
        bool
        depends on ARM_GLOBAL_TIMER
@@ -143,6 +148,11 @@ config ATMEL_PIT
        select CLKSRC_OF if OF
        def_bool SOC_AT91SAM9 || SOC_SAMA5
 
+config ATMEL_ST
+       bool
+       select CLKSRC_OF
+       select MFD_SYSCON
+
 config CLKSRC_METAG_GENERIC
        def_bool y if METAG
        help
@@ -233,7 +243,7 @@ config CLKSRC_QCOM
 
 config CLKSRC_VERSATILE
        bool "ARM Versatile (Express) reference platforms clock source"
-       depends on GENERIC_SCHED_CLOCK && !ARCH_USES_GETTIMEOFFSET
+       depends on PLAT_VERSATILE && GENERIC_SCHED_CLOCK && !ARCH_USES_GETTIMEOFFSET
        select CLKSRC_OF
        default y if MFD_VEXPRESS_SYSREG
        help