Skip to content

Commit c4b6ad0

Browse files
lumagjeff-t-johnson
authored andcommitted
wifi: ath10k: snoc: select POWER_SEQUENCING
The commit afcf3ec ("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: afcf3ec ("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>
1 parent f3ba9e0 commit c4b6ad0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/net/wireless/ath/ath10k

drivers/net/wireless/ath/ath10k/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ config ATH10K_SNOC
4646
depends on ARCH_QCOM || COMPILE_TEST
4747
depends on QCOM_SMEM
4848
depends on QCOM_RPROC_COMMON || QCOM_RPROC_COMMON=n
49+
select POWER_SEQUENCING
4950
select QCOM_SCM
5051
select QCOM_QMI_HELPERS
5152
help

0 commit comments

Comments
 (0)