[PATCH v2 2/5] clocksource: qcom: Move clocksource code out of mach-msm
From: Kumar Gala <hidden>
Date: 2014-02-04 23:51:12
Also in:
linux-arm-msm, lkml
From: Kumar Gala <hidden>
Date: 2014-02-04 23:51:12
Also in:
linux-arm-msm, lkml
On Feb 4, 2014, at 5:09 PM, Stephen Boyd [off-list ref] wrote:
On 02/04, Kumar Gala wrote:quoted
We intent to share the clocksource code for MSM platforms between legacys/intent/intend/quoted
and multiplatform supported qcom SoCs. Acked-by: Olof Johansson <redacted> Signed-off-by: Kumar Gala <redacted>quoted
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index cd6950f..81caa16 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig@@ -140,3 +140,7 @@ config VF_PIT_TIMERbool help Support for Period Interrupt Timer on Freescale Vybrid Family SoCs. + +config CLKSRC_QCOM + bool + depends on ARCH_MSMIt would be a a little less noisy if you left this as MSM_TIMER (msm is all over the code in that file anyway). Also, why do we care about depending on ARCH_MSM here? This is a hidden Kconfig option anyway.
I will drop the depends, but not sure what point in leaving this as MSM_TIMER. - k -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation