[PATCH v6 01/13] clk: qcom: Add support for GDSCs
From: Rajendra Nayak <hidden>
Date: 2015-07-23 08:37:38
Also in:
linux-arm-msm, linux-pm
From: Rajendra Nayak <hidden>
Date: 2015-07-23 08:37:38
Also in:
linux-arm-msm, linux-pm
On 07/23/2015 05:55 AM, Stephen Boyd wrote:
On 07/22/2015 12:10 AM, Rajendra Nayak wrote:quoted
diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig index 59d1666..a7c2eea 100644 --- a/drivers/clk/qcom/Kconfig +++ b/drivers/clk/qcom/Kconfig@@ -39,6 +39,11 @@ config IPQ_LCC_806X Say Y if you want to use audio devices such as i2s, pcm, S/PDIF, etc. +config QCOM_GDSC + bool + select PM_GENERIC_DOMAINS if PM + depends on COMMON_CLK_QCOMWe can drop this depends because it should only be selected if COMMON_CLK_QCOM anyway.
Stephen, thanks for the review. I'll fix up this and others you pointed to in this patch and others in the series.