Message ID | 1407872640-6732-10-git-send-email-lina.iyer@linaro.org |
---|---|
State | New |
Headers | show |
On 08/12/2014 09:43 PM, Lina Iyer wrote: > Allow cpuidle framework to determine the C-State of the QCOM cpus. > > Signed-off-by: Lina Iyer <lina.iyer@linaro.org> > --- > drivers/cpuidle/Kconfig.arm | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm > index 38cff69..ad52605 100644 > --- a/drivers/cpuidle/Kconfig.arm > +++ b/drivers/cpuidle/Kconfig.arm > @@ -62,3 +62,9 @@ config ARM_MVEBU_V7_CPUIDLE > depends on ARCH_MVEBU > help > Select this to enable cpuidle on Armada 370, 38x and XP processors. > + > +config ARM_QCOM_CPUIDLE > + bool "CPU Idle drivers for Qualcomm processors" > + depends on QCOM_PM > + help > + Select this to enable cpuidle for QCOM processors Please fold it with the patch 08/10.
diff --git a/drivers/cpuidle/Kconfig.arm b/drivers/cpuidle/Kconfig.arm index 38cff69..ad52605 100644 --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm @@ -62,3 +62,9 @@ config ARM_MVEBU_V7_CPUIDLE depends on ARCH_MVEBU help Select this to enable cpuidle on Armada 370, 38x and XP processors. + +config ARM_QCOM_CPUIDLE + bool "CPU Idle drivers for Qualcomm processors" + depends on QCOM_PM + help + Select this to enable cpuidle for QCOM processors
Allow cpuidle framework to determine the C-State of the QCOM cpus. Signed-off-by: Lina Iyer <lina.iyer@linaro.org> --- drivers/cpuidle/Kconfig.arm | 6 ++++++ 1 file changed, 6 insertions(+)