diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2020-05-07 18:23:05 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-07 13:21:12 -0700 |
commit | 6e728f321393b1fce9e1c2c3e55f9f7c15991321 (patch) | |
tree | 3801dd3517df85305b604242e930ba35c1a3d987 /net/qrtr/Kconfig | |
parent | 0932969e0b1b6ba54028b35b80148302e8fe7db8 (diff) |
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 <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/Kconfig')
-rw-r--r-- | net/qrtr/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 |