Re: [PATCH RFC 06/10] drivers: qcom: Enable genpd on selecting QCOM_PM

2015-08-05 Thread Andy Gross
On Wed, Aug 05, 2015 at 10:32:42AM -0600, Lina Iyer wrote:
> Enable PM_CPU_DOMAIN and its PM_GENERIC_DOMAINS dependenciesd to provide
> cpu domain support for QCOM SoCs.

Fix dependencies 

> 
> Signed-off-by: Lina Iyer 
> ---
>  drivers/soc/qcom/Kconfig | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
> index ba47b70..b6c2e5d 100644
> --- a/drivers/soc/qcom/Kconfig
> +++ b/drivers/soc/qcom/Kconfig
> @@ -14,6 +14,10 @@ config QCOM_PM
>   bool "Qualcomm Power Management"
>   depends on ARCH_QCOM && !ARM64
>   select QCOM_SCM
> + select ARM_CPU_SUSPEND
> + select PM_GENERIC_DOMAINS
> + select PM_GENERIC_DOMAINS_SLEEP
> + select PM_GENERIC_DOMAINS_OF
>   help
> QCOM Platform specific power driver to manage cores and L2 low power
> modes. It interface with various system drivers to put the cores in
> -- 
> 2.1.4
> 

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH RFC 06/10] drivers: qcom: Enable genpd on selecting QCOM_PM

2015-08-05 Thread Lina Iyer
Enable PM_CPU_DOMAIN and its PM_GENERIC_DOMAINS dependenciesd to provide
cpu domain support for QCOM SoCs.

Signed-off-by: Lina Iyer 
---
 drivers/soc/qcom/Kconfig | 4 
 1 file changed, 4 insertions(+)

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index ba47b70..b6c2e5d 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -14,6 +14,10 @@ config QCOM_PM
bool "Qualcomm Power Management"
depends on ARCH_QCOM && !ARM64
select QCOM_SCM
+   select ARM_CPU_SUSPEND
+   select PM_GENERIC_DOMAINS
+   select PM_GENERIC_DOMAINS_SLEEP
+   select PM_GENERIC_DOMAINS_OF
help
  QCOM Platform specific power driver to manage cores and L2 low power
  modes. It interface with various system drivers to put the cores in
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html