]> www.infradead.org Git - users/dwmw2/linux.git/commit
Kconfig: reduce the amount of power sequencing noise
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 17 Jul 2024 14:28:03 +0000 (16:28 +0200)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Thu, 18 Jul 2024 11:56:40 +0000 (13:56 +0200)
commited70aaac7c359540d3d8332827fa60b6a45e15f2
tree632b73eaa85df069ad1aff9aea255cc6d176d818
parenta19ce320c379e0519b68178c596e43d1d5dda03b
Kconfig: reduce the amount of power sequencing noise

Kconfig will ask the user twice about power sequencing: once for the QCom
WCN power sequencing driver and then again for the PCI power control
driver using it.

Let's automate the selection of PCI_PWRCTL by introducing a new hidden
symbol: HAVE_PWRCTL which should be selected by all platforms that have
the need to include PCI power control code (right now: only ARCH_QCOM).

The pwrseq-based PCI pwrctl driver itself will then be selected by the
drivers binding to devices that may require external handling of the
power-up sequence (currently: ath11k and ath12k) based on the value
of HAVE_PWRCTL.

Make all PCI pwrctl Kconfig symbols hidden so that no questions are
asked during configuration.

Fixes: 4565d2652a37 ("PCI/pwrctl: Add PCI power control core code")
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Closes: https://lore.kernel.org/lkml/CAHk-=wjWc5dzcj2O1tEgNHY1rnQW63JwtuZi_vAZPqy6wqpoUQ@mail.gmail.com/
Acked-by: Jeff Johnson <quic_jjohnson@quicinc.com> # drivers/net/wireless/ath
Link: https://lore.kernel.org/r/20240717142803.53248-1-brgl@bgdev.pl
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
arch/arm64/Kconfig.platforms
drivers/net/wireless/ath/ath11k/Kconfig
drivers/net/wireless/ath/ath12k/Kconfig
drivers/pci/pwrctl/Kconfig