]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
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)
commitc4b6ad0e14f5df942eed5ebadaff84b468bd2496
treeeff8373d42f60be52fbd93e2811504babc8e0785
parentf3ba9e05cc7b65f41f58bb4808f6c3a8f7894bb1
wifi: ath10k: snoc: select POWER_SEQUENCING

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