Commit 23b38ceb authored by Lina Iyer's avatar Lina Iyer Committed by Andy Gross

drivers: qcom: Select QCOM_SCM unconditionally for QCOM_PM

Enable QCOM_SCM for QCOM power management driver
Signed-off-by: default avatarLina Iyer <lina.iyer@linaro.org>
Acked-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Acked-by: default avatarAndy Gross <agross@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 4b638df4
...@@ -13,6 +13,7 @@ config QCOM_GSBI ...@@ -13,6 +13,7 @@ config QCOM_GSBI
config QCOM_PM config QCOM_PM
bool "Qualcomm Power Management" bool "Qualcomm Power Management"
depends on ARCH_QCOM && !ARM64 depends on ARCH_QCOM && !ARM64
select QCOM_SCM
help help
QCOM Platform specific power driver to manage cores and L2 low power QCOM Platform specific power driver to manage cores and L2 low power
modes. It interface with various system drivers to put the cores in modes. It interface with various system drivers to put the cores in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment