summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorSebastian Hesselbarth2013-06-11 08:38:50 +0200
committerDaniel Lezcano2013-07-02 15:01:45 +0200
commit0c1dcfd53b1066c411d3885cf8156abf59694360 (patch)
treebb13bb0c0a6163798cced0045c71d4b02a3a3d11 /drivers/clocksource/Kconfig
parenttick: Sanitize broadcast control logic (diff)
downloadkernel-qcow2-linux-0c1dcfd53b1066c411d3885cf8156abf59694360.tar.gz
kernel-qcow2-linux-0c1dcfd53b1066c411d3885cf8156abf59694360.tar.xz
kernel-qcow2-linux-0c1dcfd53b1066c411d3885cf8156abf59694360.zip
clocksource: Add Marvell Orion SoC timer
This patch add a DT enabled driver for timers found on Marvell Orion SoCs (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- running clocksource on timer0 and a clockevent source on timer1. Corresponding device tree documentation is also added. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Tested-by: Andrew Lunn <andrew@lunn.ch>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index 0a04257edf65..c082e3e4bd0a 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -25,6 +25,11 @@ config DW_APB_TIMER_OF
config ARMADA_370_XP_TIMER
bool
+config ORION_TIMER
+ select CLKSRC_OF
+ select CLKSRC_MMIO
+ bool
+
config SUN4I_TIMER
bool