Message ID | 1407872640-6732-5-git-send-email-lina.iyer@linaro.org |
---|---|
State | New |
Headers | show |
On 08/12/2014 09:43 PM, Lina Iyer wrote: > Allow power management drivers for QCOM chipsets. > > Signed-off-by: Lina Iyer <lina.iyer@linaro.org> > --- > drivers/soc/qcom/Kconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig > index 7dcd554..1569410 100644 > --- a/drivers/soc/qcom/Kconfig > +++ b/drivers/soc/qcom/Kconfig > @@ -11,3 +11,11 @@ config QCOM_GSBI > > config QCOM_SCM > bool > + > +config QCOM_PM > + tristate "Qualcomm Power Management" > + depends on PM && ARCH_QCOM && 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 > + low power modes. This patch should be merged with the patch 3/10. What is the benefit of having a module for this driver ?
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 7dcd554..1569410 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -11,3 +11,11 @@ config QCOM_GSBI config QCOM_SCM bool + +config QCOM_PM + tristate "Qualcomm Power Management" + depends on PM && ARCH_QCOM && 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 + low power modes.
Allow power management drivers for QCOM chipsets. Signed-off-by: Lina Iyer <lina.iyer@linaro.org> --- drivers/soc/qcom/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+)