power: sequencing: extend build coverage with COMPILE_TEST=y

Enable building the pwrseq drivers with COMPILE_TEST enabled. This makes
it easier to build-test them.

Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>
Link: https://lore.kernel.org/r/20250624-pwrseq-match-defines-v1-2-a59d90a951f1@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
Bartosz Golaszewski 2025-06-24 16:32:19 +02:00
parent 5bcfc4ef40
commit 1a7312b93a

View File

@ -16,7 +16,7 @@ if POWER_SEQUENCING
config POWER_SEQUENCING_QCOM_WCN config POWER_SEQUENCING_QCOM_WCN
tristate "Qualcomm WCN family PMU driver" tristate "Qualcomm WCN family PMU driver"
default m if ARCH_QCOM default m if ARCH_QCOM
depends on OF depends on OF || COMPILE_TEST
help help
Say Y here to enable the power sequencing driver for Qualcomm Say Y here to enable the power sequencing driver for Qualcomm
WCN Bluetooth/WLAN chipsets. WCN Bluetooth/WLAN chipsets.
@ -29,7 +29,7 @@ config POWER_SEQUENCING_QCOM_WCN
config POWER_SEQUENCING_TH1520_GPU config POWER_SEQUENCING_TH1520_GPU
tristate "T-HEAD TH1520 GPU power sequencing driver" tristate "T-HEAD TH1520 GPU power sequencing driver"
depends on ARCH_THEAD && AUXILIARY_BUS depends on (ARCH_THEAD && AUXILIARY_BUS) || COMPILE_TEST
help help
Say Y here to enable the power sequencing driver for the TH1520 SoC Say Y here to enable the power sequencing driver for the TH1520 SoC
GPU. This driver handles the complex clock and reset sequence GPU. This driver handles the complex clock and reset sequence