Enable PM_CPU_DOMAIN and its PM_GENERIC_DOMAINS dependenciesd to provide cpu domain support for QCOM SoCs. Signed-off-by: Lina Iyer <lina.iyer@xxxxxxxxxx> --- 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html