aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/phy/Kconfig
diff options
context:
space:
mode:
authorWingMan Kwok <w-kwok2@ti.com>2013-12-12 12:25:30 -0500
committerFelipe Balbi <balbi@ti.com>2013-12-12 14:43:34 -0500
commit25acdd08fd715cf612428c2b3c39ce2a41926238 (patch)
tree21979fe45a6eb02468bee29cdba996064ce49313 /drivers/usb/phy/Kconfig
parent943befc314ae5848e3be50d1fcdbdf6456e8d6d4 (diff)
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/Kconfig9
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
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 isp1301_omap.
50 50
51config KEYSTONE_USB_PHY
52 tristate "Keystone USB PHY Driver"
53 depends on ARCH_KEYSTONE || COMPILE_TEST
54 select NOP_USB_XCEIV
55 help
56 Enable this to support Keystone USB phy. This driver provides
57 interface to interact with USB 2.0 and USB 3.0 PHY that is part
58 of the Keystone SOC.
59
51config MV_U3D_PHY 60config MV_U3D_PHY
52 bool "Marvell USB 3.0 PHY controller Driver" 61 bool "Marvell USB 3.0 PHY controller Driver"
53 depends on CPU_MMP3 62 depends on CPU_MMP3