diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-12-12 16:29:08 -0500 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-02-09 23:42:55 -0500 |
commit | a7bf61620831c5578e434429bc7fa0fd0219c40c (patch) | |
tree | b0e67eeebdd3cc87894022cf2da43b4624ebc9ea /arch/arm/Kconfig | |
parent | d65b4e98d7ea3038b767b70fe8be959b2913f16d (diff) |
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 | |||
1127 | config ARM_TIMER_SP804 | 1127 | config ARM_TIMER_SP804 |
1128 | bool | 1128 | bool |
1129 | select CLKSRC_MMIO | 1129 | select CLKSRC_MMIO |
1130 | select HAVE_SCHED_CLOCK | ||
1130 | 1131 | ||
1131 | source arch/arm/mm/Kconfig | 1132 | source arch/arm/mm/Kconfig |
1132 | 1133 | ||