diff options
author | Manivannan Sadhasivam | 2020-05-07 18:23:06 +0530 |
---|---|---|
committer | David S. Miller | 2020-05-07 13:21:12 -0700 |
commit | e42671084361302141a09284fde9bbc14fdd16bf (patch) | |
tree | 526756248cf18601124b11583b4ddc8319a8f989 /net/qrtr | |
parent | 6e728f321393b1fce9e1c2c3e55f9f7c15991321 (diff) |
net: qrtr: Do not depend on ARCH_QCOM
IPC Router protocol is also used by external modems for exchanging the QMI
messages. Hence, it doesn't always depend on Qualcomm platforms. One such
instance is the QCA6390 WLAN device connected to x86 machine.
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/qrtr')
-rw-r--r-- | net/qrtr/Kconfig | 1 |
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 |