diff options
author | Aaro Koskinen <aaro.koskinen@iki.fi> | 2013-12-21 20:37:38 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 10:14:42 -0600 |
commit | 12c8d64e29bb2cbcebe5606aab4d573b4be8606f (patch) | |
tree | 9ec722540ad9aac0eec9044c2495749c6ab2f403 | |
parent | 8b42a746e8703c271df3e7f1f5bf5f8f59773d23 (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>
-rw-r--r-- | drivers/usb/phy/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 54bebba39e9..3e9383698c8 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -46,7 +46,7 @@ config ISP1301_OMAP Instruments OMAP processors. This driver can also be built as a module. If so, the module - will be called isp1301_omap. + will be called phy-isp1301-omap. config KEYSTONE_USB_PHY tristate "Keystone USB PHY Driver" @@ -159,7 +159,7 @@ config OMAP_OTG controller is needed to switch between host and peripheral modes. This driver can also be built as a module. If so, the module - will be called omap-otg. + will be called phy-omap-otg. config TAHVO_USB tristate "Tahvo USB transceiver driver" @@ -187,7 +187,7 @@ config USB_ISP1301 and OTG drivers (to be selected separately). To compile this driver as a module, choose M here: the - module will be called isp1301. + module will be called phy-isp1301. config USB_MSM_OTG tristate "OTG support for Qualcomm on-chip USB controller" |