From: Rosen Penev Date: Thu, 2 Apr 2026 02:54:06 +0000 (-0700) Subject: pmdomain: qcom: cpr: add COMPILE_TEST support X-Git-Tag: ceph-for-7.1-rc4~246^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a6112de8f4a05bb10f62868990f47fb7169acd60;p=ceph-client.git pmdomain: qcom: cpr: add COMPILE_TEST support 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 Signed-off-by: Ulf Hansson --- 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