summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAjay Agarwal <ajaya@codeaurora.org>2018-10-05 17:53:06 +0530
committerAjay Agarwal <ajaya@codeaurora.org>2018-10-05 18:08:59 +0530
commita1064a4cd8b2dca956fba5379ef3ce286ef6d7ea (patch)
tree379440c084345fc643e06580a135b277bb277dc1 /drivers
parentd750db225fcac4b7b2928c910fb37b36aa42f6d6 (diff)
usb: misc: Add USB_QCOM_IPC_BRIDGE config
Add USB_QCOM_IPC_BRIDGE config which is required to enable MSM_IPC_ROUTER_HSIC_XPRT config. Change-Id: I78f4aeea5f392f76f80410aaff0d5f72760e2494 Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/misc/Kconfig15
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 4670e2f4c2de..278df845f066 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -279,13 +279,24 @@ config USB_QTI_KS_BRIDGE
To compile this driver as a module, choose M here: the module
will be called ks_bridge. If unsure, choose N.
+config USB_QCOM_IPC_BRIDGE
+ tristate "USB QTI IPC bridge driver"
+ depends on USB
+ depends on USB_QCOM_DIAG_BRIDGE
+ help
+ Say Y here if you have a QTI modem device connected via USB that
+ will be bridged in kernel space. This driver works as a transport
+ layer for IPC router module that enables communication between
+ APPS processor and MODEM processor.
+
config USB_QCOM_DIAG_BRIDGE
tristate "USB QTI diagnostic bridge driver"
depends on USB
+ select USB_QCOM_IPC_BRIDGE
help
Say Y here if you have a QTI modem device connected via USB that
will be bridged in kernel space. This driver communicates with the
- diagnostic and QMI interfaces and allows for bridging with the diag
- forwarding driver for diag interface and IPC router for QMI interface.
+ diagnostic interface and allows for bridging with the diag forwarding
+ driver.
To compile this driver as a module, choose M here: the
module will be called diag_bridge. If unsure, choose N.