diff mbox series

soc/qcom: Make QCOM_RPMPD depend on PM

Message ID 20220707212158.32684-1-konrad.dybcio@somainline.org
State Accepted
Commit a6232f2aa99ce470799992e99e0012945bb5308f
Headers show
Series soc/qcom: Make QCOM_RPMPD depend on PM | expand

Commit Message

Konrad Dybcio July 7, 2022, 9:21 p.m. UTC
QCOM_RPMPD requires PM_GENERIC_DOMAINS/_OF, which in turns requires
CONFIG_PM. I forgot about the latter in my earlier patch (it's still
in -next as of the time of committing, hence no Fixes: tag). Fix it.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 drivers/soc/qcom/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Bjorn Andersson July 12, 2022, 1:51 p.m. UTC | #1
On Thu, 7 Jul 2022 23:21:58 +0200, Konrad Dybcio wrote:
> QCOM_RPMPD requires PM_GENERIC_DOMAINS/_OF, which in turns requires
> CONFIG_PM. I forgot about the latter in my earlier patch (it's still
> in -next as of the time of committing, hence no Fixes: tag). Fix it.
> 
> 

Applied, thanks!

[1/1] soc/qcom: Make QCOM_RPMPD depend on PM
      commit: c2d17574ae1b631a81aa88af6846c5b70df403e9

Best regards,
diff mbox series

Patch

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index a750714d5714..7e714327018f 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -129,6 +129,7 @@  config QCOM_RPMHPD
 
 config QCOM_RPMPD
 	tristate "Qualcomm RPM Power domain driver"
+	depends on PM
 	depends on QCOM_SMD_RPM
 	select PM_GENERIC_DOMAINS
 	select PM_GENERIC_DOMAINS_OF