Merge "usb: misc: Add USB_QCOM_IPC_BRIDGE config"

This commit is contained in:
Linux Build Service Account 2018-10-09 09:43:36 -07:00 committed by Gerrit - the friendly Code Review server
commit ca8c70a4b9

View file

@ -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.