Skip to content

Commit a6112de

Browse files
nehebUlf Hansson
authored andcommitted
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 <rosenp@gmail.com> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 9d862cc commit a6112de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/pmdomain/qcom/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ menu "Qualcomm PM Domains"
33

44
config QCOM_CPR
55
tristate "QCOM Core Power Reduction (CPR) support"
6-
depends on ARCH_QCOM && HAS_IOMEM
6+
depends on (ARCH_QCOM || COMPILE_TEST) && HAS_IOMEM
77
select PM_OPP
88
select REGMAP
99
help

0 commit comments

Comments
 (0)