From: Rosen Penev Date: Thu, 2 Apr 2026 02:54:06 +0000 (-0700) Subject: pmdomain: qcom: cpr: add COMPILE_TEST support X-Git-Tag: v7.1-rc1~156^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6112de8f4a05bb10f62868990f47fb7169acd60;p=thirdparty%2Fkernel%2Flinux.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 3d3948eabef0f..72cbcfe7a0c96 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