From 6e728f321393b1fce9e1c2c3e55f9f7c15991321 Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam Date: Thu, 7 May 2020 18:23:05 +0530 Subject: net: qrtr: Add MHI transport layer MHI is the transport layer used for communicating to the external modems. Hence, this commit adds MHI transport layer support to QRTR for transferring the QMI messages over IPC Router. Reviewed-by: Bjorn Andersson Signed-off-by: Manivannan Sadhasivam Signed-off-by: David S. Miller --- net/qrtr/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'net/qrtr/Kconfig') diff --git a/net/qrtr/Kconfig b/net/qrtr/Kconfig index 63f89cc6e82c..8eb876471564 100644 --- a/net/qrtr/Kconfig +++ b/net/qrtr/Kconfig @@ -29,4 +29,11 @@ config QRTR_TUN implement endpoints of QRTR, for purpose of tunneling data to other hosts or testing purposes. +config QRTR_MHI + tristate "MHI IPC Router channels" + depends on MHI_BUS + help + Say Y here to support MHI based ipcrouter channels. MHI is the + transport used for communicating to external modems. + endif # QRTR -- cgit v1.2.3 From e42671084361302141a09284fde9bbc14fdd16bf Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam Date: Thu, 7 May 2020 18:23:06 +0530 Subject: 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 Signed-off-by: Manivannan Sadhasivam Signed-off-by: David S. Miller --- net/qrtr/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'net/qrtr/Kconfig') 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 -- cgit v1.2.3