aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-01-07 20:01:37 +0530
committerManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>2020-03-18 17:40:35 +0530
commitaef0219fb464595bcaede2332fefc93d0d09dc24 (patch)
tree789f2d1a46df77f2392be006db0f9209b18c12d4
parent16cf3f44a84880a07e1534e4fafe1c1731c5e42c (diff)
net: qrtr: Do not depend on ARCH_QCOMmhi-v4
IPC Router protocol is also used by external modems for exchanging the QMI messages. Hence, it doesn't always depend on Qualcomm platforms. As a side effect of removing the ARCH_QCOM dependency, it is going to miss the COMPILE_TEST build coverage. Cc: "David S. Miller" <davem@davemloft.net> Cc: netdev@vger.kernel.org Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
-rw-r--r--net/qrtr/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/qrtr/Kconfig b/net/qrtr/Kconfig
index 8eb876471564..f362ca316015 100644
--- a/net/qrtr/Kconfig
+++ b/net/qrtr/Kconfig
@@ -4,7 +4,6 @@
config QRTR
tristate "Qualcomm IPC Router support"
- depends on ARCH_QCOM || COMPILE_TEST
---help---
Say Y if you intend to use Qualcomm IPC router protocol. The
protocol is used to communicate with services provided by other