Message ID | 1407470722-23015-14-git-send-email-lina.iyer@linaro.org (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
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(+)