summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Kconfig
diff options
context:
space:
mode:
authorStephen Warren2012-11-20 00:41:20 +0100
committerStephen Warren2013-01-02 19:07:43 +0100
commitae278a935f086775e8ae31a8ec9f7224ea25ea3c (patch)
treeefd3d6d7c29271af8acb283b2cc8ffd6dc39570b /drivers/clocksource/Kconfig
parentARM: delete struct sys_timer (diff)
downloadkernel-qcow2-linux-ae278a935f086775e8ae31a8ec9f7224ea25ea3c.tar.gz
kernel-qcow2-linux-ae278a935f086775e8ae31a8ec9f7224ea25ea3c.tar.xz
kernel-qcow2-linux-ae278a935f086775e8ae31a8ec9f7224ea25ea3c.zip
clocksource: add common of_clksrc_init() function
It is desirable to move all clocksource drivers to drivers/clocksource, yet each requires its own initialization function. We'd rather not pollute <linux/> with a header for each function. Instead, create a single of_clksrc_init() function which will determine which clocksource driver to initialize based on device tree. Based on a similar patch for drivers/irqchip by Thomas Petazzoni. Signed-off-by: Stephen Warren <swarren@nvidia.com>
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 7fdcbd3f4da5..a32b7a9c65d3 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -1,3 +1,6 @@
+config CLKSRC_OF
+ bool
+
config CLKSRC_I8253
bool