diff options
author | Yu Xu <yuxu@marvell.com> | 2012-08-09 22:29:31 +0800 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-08-09 18:03:12 +0300 |
commit | a67e76ac904cb48946262bf353f1df0d1b349368 (patch) | |
tree | 589a810f7247ff4aa195d52ef0938f0782f71427 /drivers/usb/phy/Kconfig | |
parent | df6791d7042d839b68c58cd7dc3699f9ae5a8f22 (diff) | |
download | lwn-a67e76ac904cb48946262bf353f1df0d1b349368.tar.gz lwn-a67e76ac904cb48946262bf353f1df0d1b349368.zip |
usb: phy: mv_u3d: Add usb phy driver for mv_u3d
The driver supports phy_init and phy_shutdown functions to
enable and disable phy for Marvell USB 3.0 controller.
Signed-off-by: Yu Xu <yuxu@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index e7cf84f0751a..2838adb225e8 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -15,3 +15,11 @@ config USB_ISP1301 To compile this driver as a module, choose M here: the module will be called isp1301. + +config MV_U3D_PHY + bool "Marvell USB 3.0 PHY controller Driver" + depends on USB_MV_U3D + select USB_OTG_UTILS + help + Enable this to support Marvell USB 3.0 phy controller for Marvell + SoC. |