Skip to content

Commit 359a8ff

Browse files
krzkstorulf
authored andcommitted
pmdomain: arm: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers, but only allow to choose to compile them. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Cristian Marussi <cristian.marussi@arm.com> Link: https://lore.kernel.org/r/20250417074645.81480-1-krzysztof.kozlowski@linaro.org Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 85728ba commit 359a8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/pmdomain/arm/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
config ARM_SCMI_PERF_DOMAIN
33
tristate "SCMI performance domain driver"
44
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
5-
default y
5+
default ARM_SCMI_PROTOCOL
66
select PM_GENERIC_DOMAINS if PM
77
help
88
This enables support for the SCMI performance domains which can be
@@ -14,7 +14,7 @@ config ARM_SCMI_PERF_DOMAIN
1414
config ARM_SCMI_POWER_DOMAIN
1515
tristate "SCMI power domain driver"
1616
depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
17-
default y
17+
default ARM_SCMI_PROTOCOL
1818
select PM_GENERIC_DOMAINS if PM
1919
help
2020
This enables support for the SCMI power domains which can be
@@ -27,7 +27,7 @@ config ARM_SCMI_POWER_DOMAIN
2727
config ARM_SCPI_POWER_DOMAIN
2828
tristate "SCPI power domain driver"
2929
depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
30-
default y
30+
default ARM_SCPI_PROTOCOL
3131
select PM_GENERIC_DOMAINS if PM
3232
help
3333
This enables support for the SCPI power domains which can be

0 commit comments

Comments
 (0)