summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAjay Agarwal <ajaya@codeaurora.org>2018-07-07 14:31:57 +0530
committerAjay Agarwal <ajaya@codeaurora.org>2018-07-07 14:38:30 +0530
commitd0631ff7568dde13c6c8a2eaa11ee14fbe3bd6f6 (patch)
treed1df28922eb849434dab84fd66df4f5a04fc150c
parent1708fcc68f8f240ae216a50620fd1a3e9ee0143d (diff)
usb: misc: Fix incorrect use of keywords in Kconfig
In 'commit 60de9d752e97 ("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>
-rw-r--r--drivers/usb/misc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/misc/Kconfig b/drivers/usb/misc/Kconfig
index 2a697383bc35..4670e2f4c2de 100644
--- a/drivers/usb/misc/Kconfig
+++ b/drivers/usb/misc/Kconfig
@@ -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.