aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Kconfig
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2013-12-21 13:37:38 -0500
committerFelipe Balbi <balbi@ti.com>2013-12-23 11:14:42 -0500
commit12c8d64e29bb2cbcebe5606aab4d573b4be8606f (patch)
tree9ec722540ad9aac0eec9044c2495749c6ab2f403 /drivers/usb/phy/Kconfig
parent8b42a746e8703c271df3e7f1f5bf5f8f59773d23 (diff)
usb: phy: fix some Kconfig descriptions
Some module names are not up to date in Kconfig help texts. Fix that. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r--drivers/usb/phy/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig
index 54bebba39e91..3e9383698c85 100644
--- a/drivers/usb/phy/Kconfig
+++ b/drivers/usb/phy/Kconfig
@@ -46,7 +46,7 @@ config ISP1301_OMAP
46 Instruments OMAP processors. 46 Instruments OMAP processors.
47 47
48 This driver can also be built as a module. If so, the module 48 This driver can also be built as a module. If so, the module
49 will be called isp1301_omap. 49 will be called phy-isp1301-omap.
50 50
51config KEYSTONE_USB_PHY 51config KEYSTONE_USB_PHY
52 tristate "Keystone USB PHY Driver" 52 tristate "Keystone USB PHY Driver"
@@ -159,7 +159,7 @@ config OMAP_OTG
159 controller is needed to switch between host and peripheral modes. 159 controller is needed to switch between host and peripheral modes.
160 160
161 This driver can also be built as a module. If so, the module 161 This driver can also be built as a module. If so, the module
162 will be called omap-otg. 162 will be called phy-omap-otg.
163 163
164config TAHVO_USB 164config TAHVO_USB
165 tristate "Tahvo USB transceiver driver" 165 tristate "Tahvo USB transceiver driver"
@@ -187,7 +187,7 @@ config USB_ISP1301
187 and OTG drivers (to be selected separately). 187 and OTG drivers (to be selected separately).
188 188
189 To compile this driver as a module, choose M here: the 189 To compile this driver as a module, choose M here: the
190 module will be called isp1301. 190 module will be called phy-isp1301.
191 191
192config USB_MSM_OTG 192config USB_MSM_OTG
193 tristate "OTG support for Qualcomm on-chip USB controller" 193 tristate "OTG support for Qualcomm on-chip USB controller"