public inbox for linux-pm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pmdomain: qcom: cpr: add COMPILE_TEST support
@ 2026-04-02  2:54 Rosen Penev
  2026-04-08 10:02 ` Ulf Hansson
  0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-04-02  2:54 UTC (permalink / raw)
  To: linux-pm; +Cc: Ulf Hansson, open list:ARM/QUALCOMM MAILING LIST, open list

Allows the buildbots to build the driver on other platforms. There's
nothing special arch specific thing going on here.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/pmdomain/qcom/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pmdomain/qcom/Kconfig b/drivers/pmdomain/qcom/Kconfig
index 3d3948eabef0..72cbcfe7a0c9 100644
--- a/drivers/pmdomain/qcom/Kconfig
+++ b/drivers/pmdomain/qcom/Kconfig
@@ -3,7 +3,7 @@ menu "Qualcomm PM Domains"
 
 config QCOM_CPR
 	tristate "QCOM Core Power Reduction (CPR) support"
-	depends on ARCH_QCOM && HAS_IOMEM
+	depends on (ARCH_QCOM || COMPILE_TEST) && HAS_IOMEM
 	select PM_OPP
 	select REGMAP
 	help
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-08 10:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-02  2:54 [PATCH] pmdomain: qcom: cpr: add COMPILE_TEST support Rosen Penev
2026-04-08 10:02 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox