diff options
author | Kumar Gala <galak@codeaurora.org> | 2014-01-29 17:17:30 -0500 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2014-02-04 18:48:54 -0500 |
commit | 3f8e8cee2f4bd02367583cc2d143887d1f49fd6c (patch) | |
tree | 4f1f256517ce35f790384256092cc3ca339a0945 /drivers/clocksource/Kconfig | |
parent | 6a032dba7d2329084dca41cc8d82c0cda13103ef (diff) |
clocksource: qcom: Move clocksource code out of mach-msm
We intend to share the clocksource code for MSM platforms between legacy
and multiplatform supported qcom SoCs.
Acked-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'drivers/clocksource/Kconfig')
-rw-r--r-- | drivers/clocksource/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cd6950fd8caf..6510ec4f45ff 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig | |||
@@ -140,3 +140,6 @@ config VF_PIT_TIMER | |||
140 | bool | 140 | bool |
141 | help | 141 | help |
142 | Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. | 142 | Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. |
143 | |||
144 | config CLKSRC_QCOM | ||
145 | bool | ||