summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2015-01-26 20:35:18 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2015-01-29 14:02:15 +0100
commit9b8bb7736b78e954044e12b94a2b16aafb0ee0e3 (patch)
treeeb00371c1f348e95f19537b69ef43524d97da3af /drivers/clocksource/Kconfig
parent9ff99be7dc69a56ec16d5a928a4e7622023abda5 (diff)
downloadop-kernel-dev-9b8bb7736b78e954044e12b94a2b16aafb0ee0e3.zip
op-kernel-dev-9b8bb7736b78e954044e12b94a2b16aafb0ee0e3.tar.gz
clocksource: Driver for Conexant Digicolor SoC timer
Add clocksource driver to the Conexant CX92755 SoC, part of the Digicolor SoCs series. Hardware provides 8 timers, A to H. Timer A is dedicated to a future watchdog driver so we don't use it here. Use timer B for sched_clock, and timer C for clock_event. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r--drivers/clocksource/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index a89120b..72a3827 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -18,6 +18,9 @@ config CLKBLD_I8253
config CLKSRC_MMIO
bool
+config DIGICOLOR_TIMER
+ bool
+
config DW_APB_TIMER
bool
OpenPOWER on IntegriCloud