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

Configure Feed

Select the types of activity you want to include in your feed.

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>

+2 -2
+2 -2
drivers/power/sequencing/Kconfig
··· 16 16 config POWER_SEQUENCING_QCOM_WCN 17 17 tristate "Qualcomm WCN family PMU driver" 18 18 default m if ARCH_QCOM 19 - depends on OF 19 + depends on OF || COMPILE_TEST 20 20 help 21 21 Say Y here to enable the power sequencing driver for Qualcomm 22 22 WCN Bluetooth/WLAN chipsets. ··· 29 29 30 30 config POWER_SEQUENCING_TH1520_GPU 31 31 tristate "T-HEAD TH1520 GPU power sequencing driver" 32 - depends on ARCH_THEAD && AUXILIARY_BUS 32 + depends on (ARCH_THEAD && AUXILIARY_BUS) || COMPILE_TEST 33 33 help 34 34 Say Y here to enable the power sequencing driver for the TH1520 SoC 35 35 GPU. This driver handles the complex clock and reset sequence