We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcfc4e commit 1a7312bCopy full SHA for 1a7312b
drivers/power/sequencing/Kconfig
@@ -16,7 +16,7 @@ if POWER_SEQUENCING
16
config POWER_SEQUENCING_QCOM_WCN
17
tristate "Qualcomm WCN family PMU driver"
18
default m if ARCH_QCOM
19
- depends on OF
+ depends on OF || COMPILE_TEST
20
help
21
Say Y here to enable the power sequencing driver for Qualcomm
22
WCN Bluetooth/WLAN chipsets.
@@ -29,7 +29,7 @@ config POWER_SEQUENCING_QCOM_WCN
29
30
config POWER_SEQUENCING_TH1520_GPU
31
tristate "T-HEAD TH1520 GPU power sequencing driver"
32
- depends on ARCH_THEAD && AUXILIARY_BUS
+ depends on (ARCH_THEAD && AUXILIARY_BUS) || COMPILE_TEST
33
34
Say Y here to enable the power sequencing driver for the TH1520 SoC
35
GPU. This driver handles the complex clock and reset sequence
0 commit comments