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