Skip to content

Commit 1a7312b

Browse files
author
Bartosz Golaszewski
committed
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent 5bcfc4e commit 1a7312b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/power/sequencing/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if POWER_SEQUENCING
1616
config POWER_SEQUENCING_QCOM_WCN
1717
tristate "Qualcomm WCN family PMU driver"
1818
default m if ARCH_QCOM
19-
depends on OF
19+
depends on OF || COMPILE_TEST
2020
help
2121
Say Y here to enable the power sequencing driver for Qualcomm
2222
WCN Bluetooth/WLAN chipsets.
@@ -29,7 +29,7 @@ config POWER_SEQUENCING_QCOM_WCN
2929

3030
config POWER_SEQUENCING_TH1520_GPU
3131
tristate "T-HEAD TH1520 GPU power sequencing driver"
32-
depends on ARCH_THEAD && AUXILIARY_BUS
32+
depends on (ARCH_THEAD && AUXILIARY_BUS) || COMPILE_TEST
3333
help
3434
Say Y here to enable the power sequencing driver for the TH1520 SoC
3535
GPU. This driver handles the complex clock and reset sequence

0 commit comments

Comments
 (0)