aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"