diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-24 11:18:40 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-10-24 11:18:40 -0400 |
commit | 5328f35b1584a9849ffe46afa42018946aa43851 (patch) | |
tree | f939d0577ae13ed22069ac4188ce21bacc7a3af5 /drivers/usb/phy/Kconfig | |
parent | e3967e7b28de70d28313cc93d831d8525083097f (diff) | |
parent | 80d7d8a768cda6e8a08ab805a977d08741011da1 (diff) |
Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
Felipe writes:
usb: patches for v3.13
Final conversions to configfs for mass storage, acm_ms, and
multi gadgets.
MUSB should now work out of the box on AM335x-based boards
(beagle bone white and black) with DMA thanks to Sebastian's
work.
We can now enable VERBOSE_DEBUG on builds of drivers/usb/gadget/
by selecting CONFIG_USB_GADGET_VERBOSE.
s3c-hsotg got quite a few non-critical fixes but also learned
a few new tricks (isochronous transfers, multi count support).
The Marvel USB3 Controller driver got a memory leak fix.
devm_usb_get_phy() learned not to return NULL, ever.
Other than these patches, we have the usual set of cleanups
ranging from removal of unnecessary *_set_drvdata() to using
SIMPLE_DEV_PM_OPS.
Signed-of-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 64b8bef1919e..08e2f39027ec 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig | |||
@@ -194,6 +194,19 @@ config USB_RCAR_PHY | |||
194 | To compile this driver as a module, choose M here: the | 194 | To compile this driver as a module, choose M here: the |
195 | module will be called phy-rcar-usb. | 195 | module will be called phy-rcar-usb. |
196 | 196 | ||
197 | config USB_RCAR_GEN2_PHY | ||
198 | tristate "Renesas R-Car Gen2 USB PHY support" | ||
199 | depends on ARCH_R8A7790 || ARCH_R8A7791 || COMPILE_TEST | ||
200 | select USB_PHY | ||
201 | help | ||
202 | Say Y here to add support for the Renesas R-Car Gen2 USB PHY driver. | ||
203 | It is typically used to control internal USB PHY for USBHS, | ||
204 | and to configure shared USB channels 0 and 2. | ||
205 | This driver supports R8A7790 and R8A7791. | ||
206 | |||
207 | To compile this driver as a module, choose M here: the | ||
208 | module will be called phy-rcar-gen2-usb. | ||
209 | |||
197 | config USB_ULPI | 210 | config USB_ULPI |
198 | bool "Generic ULPI Transceiver Driver" | 211 | bool "Generic ULPI Transceiver Driver" |
199 | depends on ARM | 212 | depends on ARM |