Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Ulf Hansson
359a8ff4 85728ba0

+3 -3
+3 -3
drivers/pmdomain/arm/Kconfig
··· 2 2 config ARM_SCMI_PERF_DOMAIN 3 3 tristate "SCMI performance domain driver" 4 4 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 5 - default y 5 + default ARM_SCMI_PROTOCOL 6 6 select PM_GENERIC_DOMAINS if PM 7 7 help 8 8 This enables support for the SCMI performance domains which can be ··· 14 14 config ARM_SCMI_POWER_DOMAIN 15 15 tristate "SCMI power domain driver" 16 16 depends on ARM_SCMI_PROTOCOL || (COMPILE_TEST && OF) 17 - default y 17 + default ARM_SCMI_PROTOCOL 18 18 select PM_GENERIC_DOMAINS if PM 19 19 help 20 20 This enables support for the SCMI power domains which can be ··· 27 27 config ARM_SCPI_POWER_DOMAIN 28 28 tristate "SCPI power domain driver" 29 29 depends on ARM_SCPI_PROTOCOL || (COMPILE_TEST && OF) 30 - default y 30 + default ARM_SCPI_PROTOCOL 31 31 select PM_GENERIC_DOMAINS if PM 32 32 help 33 33 This enables support for the SCPI power domains which can be