]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: ath10k: snoc: select POWER_SEQUENCING
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Sat, 18 Apr 2026 19:37:00 +0000 (22:37 +0300)
committerJeff Johnson <jeff.johnson@oss.qualcomm.com>
Thu, 23 Apr 2026 17:57:50 +0000 (10:57 -0700)
The commit afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the
device via pwrseq") made ath10k SNOC driver use devm_pwrseq_get().
Select the corresponding Kconfig symbol to make sure that API call is
always available and doesn't return an error per se.

Fixes: afcf3ec615c9 ("wifi: ath10k: snoc: support powering on the device via pwrseq")
Reported-by: Luca Weiss <luca.weiss@fairphone.com>
Closes: https://lore.kernel.org/r/DHUHU7UIT487.139L3KIVRVREU@fairphone.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram@oss.qualcomm.com>
Link: https://patch.msgid.link/20260418-ath10k-snoc-pwrseq-v1-1-832594ba3294@oss.qualcomm.com
Signed-off-by: Jeff Johnson <jeff.johnson@oss.qualcomm.com>
drivers/net/wireless/ath/ath10k/Kconfig

index 876aed76583318724e4dab0b537d5c93c77460c6..efb9f022d8c66223fe1d3c6bfebf21e670fd42cb 100644 (file)
@@ -46,6 +46,7 @@ config ATH10K_SNOC
        depends on ARCH_QCOM || COMPILE_TEST
        depends on QCOM_SMEM
        depends on QCOM_RPROC_COMMON || QCOM_RPROC_COMMON=n
+       select POWER_SEQUENCING
        select QCOM_SCM
        select QCOM_QMI_HELPERS
        help