diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-12-12 15:29:08 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-02-09 22:42:55 -0600 |
commit | a7bf61620831c5578e434429bc7fa0fd0219c40c (patch) | |
tree | b0e67eeebdd3cc87894022cf2da43b4624ebc9ea /arch/arm/Kconfig | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) | |
download | talos-op-linux-a7bf61620831c5578e434429bc7fa0fd0219c40c.tar.gz talos-op-linux-a7bf61620831c5578e434429bc7fa0fd0219c40c.zip |
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>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index a48aecc17eac..448802296cb3 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1127,6 +1127,7 @@ config PLAT_VERSATILE config ARM_TIMER_SP804 bool select CLKSRC_MMIO + select HAVE_SCHED_CLOCK source arch/arm/mm/Kconfig |