]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pmdomain: arm: Do not enable by default during compile testing
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Apr 2025 07:46:45 +0000 (09:46 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 25 Apr 2025 10:15:52 +0000 (12:15 +0200)
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>
drivers/pmdomain/arm/Kconfig

index efa139c34e086919557a0e2358a8b51781ba6f52..afed10d382ad7f660ffe2e9abacd4af24dea2b1e 100644 (file)
@@ -2,7 +2,7 @@
 config ARM_SCMI_PERF_DOMAIN
        tristate "SCMI performance domain driver"
        depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
-       default y
+       default ARM_SCMI_PROTOCOL
        select PM_GENERIC_DOMAINS if PM
        help
          This enables support for the SCMI performance domains which can be
@@ -14,7 +14,7 @@ config ARM_SCMI_PERF_DOMAIN
 config ARM_SCMI_POWER_DOMAIN
        tristate "SCMI power domain driver"
        depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF)
-       default y
+       default ARM_SCMI_PROTOCOL
        select PM_GENERIC_DOMAINS if PM
        help
          This enables support for the SCMI power domains which can be
@@ -27,7 +27,7 @@ config ARM_SCMI_POWER_DOMAIN
 config ARM_SCPI_POWER_DOMAIN
        tristate "SCPI power domain driver"
        depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF)
-       default y
+       default ARM_SCPI_PROTOCOL
        select PM_GENERIC_DOMAINS if PM
        help
          This enables support for the SCPI power domains which can be