projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e12e643
)
ath10k: allow ATH10K_SNOC with COMPILE_TEST
author
Niklas Cassel
<niklas.cassel@linaro.org>
Tue, 12 Jun 2018 11:39:06 +0000
(13:39 +0200)
committer
Kalle Valo
<kvalo@codeaurora.org>
Mon, 3 Sep 2018 16:58:49 +0000
(19:58 +0300)
ATH10K_SNOC builds just fine with COMPILE_TEST, so make that possible.
Signed-off-by: Niklas Cassel <niklas.cassel@linaro.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/ath/ath10k/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/Kconfig
b/drivers/net/wireless/ath/ath10k/Kconfig
index 54ff5930126c4dca93c00a240790a013ae27c2d8..6572a43590a8153d84d92adc5e9b225e98acbde2 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/Kconfig
+++ b/
drivers/net/wireless/ath/ath10k/Kconfig
@@
-42,7
+42,8
@@
config ATH10K_USB
config ATH10K_SNOC
tristate "Qualcomm ath10k SNOC support (EXPERIMENTAL)"
- depends on ATH10K && ARCH_QCOM
+ depends on ATH10K
+ depends on ARCH_QCOM || COMPILE_TEST
---help---
This module adds support for integrated WCN3990 chip connected
to system NOC(SNOC). Currently work in progress and will not