Skip to content

Commit 4acb047

Browse files
Bartosz Golaszewskigregkh
authored andcommitted
power: sequencing: make the QCom PMU pwrseq driver depend on CONFIG_OF
[ Upstream commit f82bf3c ] This driver uses various OF-specific functions and depends on phandle parsing. There's no reason to make it available to non-OF systems so add a relevant dependency switch to its Kconfig entry. Fixes: 2f1630f ("power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets") Link: https://lore.kernel.org/r/20241004130449.51725-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 41cce1b commit 4acb047

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/power/sequencing/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +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
1920
help
2021
Say Y here to enable the power sequencing driver for Qualcomm
2122
WCN Bluetooth/WLAN chipsets.

0 commit comments

Comments
 (0)