commit | a7bf61620831c5578e434429bc7fa0fd0219c40c | [log] [tgz] |
---|---|---|
author | Rob Herring <rob.herring@calxeda.com> | Mon Dec 12 15:29:08 2011 -0600 |
committer | Rob Herring <rob.herring@calxeda.com> | Thu Feb 09 22:42:55 2012 -0600 |
tree | b0e67eeebdd3cc87894022cf2da43b4624ebc9ea | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d [diff] [blame] |
ARM: timer-sp: add sched_clock support Add a sched_clock support for the sp804 timer. The clocksource timer can optionally initialize itself as sched_clock timer. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a48aecc..4488022 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -1127,6 +1127,7 @@ config ARM_TIMER_SP804 bool select CLKSRC_MMIO + select HAVE_SCHED_CLOCK source arch/arm/mm/Kconfig