usb: misc: Fix incorrect use of keywords in Kconfig

In 'commit 60de9d752e ("usb: misc: Add snapshot of diag_bridge
driver")', we used wrong keyword in the Kconfig file. Fix that
by using "Qualcomm Technologies".

Change-Id: I6caecf19ed67257db7eda0289257118549d46836
Signed-off-by: Ajay Agarwal <ajaya@codeaurora.org>
This commit is contained in:
Ajay Agarwal 2018-07-07 14:31:57 +05:30
parent 1708fcc68f
commit d0631ff756

View file

@ -280,10 +280,10 @@ config USB_QTI_KS_BRIDGE
will be called ks_bridge. If unsure, choose N.
config USB_QCOM_DIAG_BRIDGE
tristate "USB Qualcomm diagnostic bridge driver"
tristate "USB QTI diagnostic bridge driver"
depends on USB
help
Say Y here if you have a Qualcomm modem device connected via USB that
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.