Message ID | 1429314549-6730-8-git-send-email-lina.iyer@linaro.org (mailing list archive) |
---|---|
State | RFC |
Headers | show |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2212d40..901b05e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -132,6 +132,7 @@ CONFIG_RTC_DRV_XGENE=y CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_MMIO=y CONFIG_COMMON_CLK_QCOM=y +CONFIG_QCOM_PM=y CONFIG_MSM_GCC_8916=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_PHY_XGENE=y
Enable QCOM_PM to allow QCOM SoCs to use the platform support to enter idle states. Signed-off-by: Lina Iyer <lina.iyer@linaro.org> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)