diff options
author | WingMan Kwok <w-kwok2@ti.com> | 2013-12-12 12:25:30 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-12 13:43:34 -0600 |
commit | 25acdd08fd715cf612428c2b3c39ce2a41926238 (patch) | |
tree | 21979fe45a6eb02468bee29cdba996064ce49313 /drivers/usb/phy/Kconfig | |
parent | 943befc314ae5848e3be50d1fcdbdf6456e8d6d4 (diff) | |
download | lwn-25acdd08fd715cf612428c2b3c39ce2a41926238.tar.gz lwn-25acdd08fd715cf612428c2b3c39ce2a41926238.zip |
usb: phy: add Keystone usb phy driver
Add Keystone platform USB PHY driver support. Current main purpose
of this driver is to enable the PHY reference clock gate on the
Keystone SoC. Otherwise it is a nop PHY.
[ balbi@ti.com : add COMPILE_TEST as a possible dependency
make sure drvdata is initialized before adding PHY ]
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 4f22762f3d6f..54bebba39e91 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -48,6 +48,15 @@ config ISP1301_OMAP This driver can also be built as a module. If so, the module will be called isp1301_omap. +config KEYSTONE_USB_PHY + tristate "Keystone USB PHY Driver" + depends on ARCH_KEYSTONE || COMPILE_TEST + select NOP_USB_XCEIV + help + Enable this to support Keystone USB phy. This driver provides + interface to interact with USB 2.0 and USB 3.0 PHY that is part + of the Keystone SOC. + config MV_U3D_PHY bool "Marvell USB 3.0 PHY controller Driver" depends on CPU_MMP3 |