blob: f989511f13da74f505f03e782a0a69d39254c916 [file] [log] [blame]
Roland Stigge8b7c3b62012-04-29 16:47:04 +02001#
2# Physical Layer USB driver configuration
3#
4comment "USB Physical Layer drivers"
Alexandre Pereira da Silvac6156322012-06-26 11:56:48 -03005 depends on USB || USB_GADGET
Roland Stigge8b7c3b62012-04-29 16:47:04 +02006
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +05307config OMAP_USB2
8 tristate "OMAP USB2 PHY Driver"
Tony Lindgren770b6cb2012-12-16 12:28:46 -08009 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053010 select USB_OTG_UTILS
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +053011 select OMAP_CONTROL_USB
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053012 help
13 Enable this to support the transceiver that is part of SOC. This
14 driver takes care of all the PHY functionality apart from comparator.
15 The USB OTG controller communicates with the comparator using this
16 driver.
17
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +053018config OMAP_CONTROL_USB
19 tristate "OMAP CONTROL USB Driver"
20 depends on ARCH_OMAP2PLUS
21 help
22 Enable this to add support for the USB part present in the control
23 module. This driver has API to power on the USB2 PHY and to write to
24 the mailbox. The mailbox is present only in omap4 and the register to
25 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
26 additional register to power on USB3 PHY.
27
Roland Stigge8b7c3b62012-04-29 16:47:04 +020028config USB_ISP1301
29 tristate "NXP ISP1301 USB transceiver support"
Alexandre Pereira da Silvac6156322012-06-26 11:56:48 -030030 depends on USB || USB_GADGET
Roland Stigge8b7c3b62012-04-29 16:47:04 +020031 depends on I2C
32 help
33 Say Y here to add support for the NXP ISP1301 USB transceiver driver.
34 This chip is typically used as USB transceiver for USB host, gadget
35 and OTG drivers (to be selected separately).
36
37 To compile this driver as a module, choose M here: the
38 module will be called isp1301.
Yu Xua67e76a2012-08-09 22:29:31 +080039
40config MV_U3D_PHY
41 bool "Marvell USB 3.0 PHY controller Driver"
42 depends on USB_MV_U3D
43 select USB_OTG_UTILS
44 help
45 Enable this to support Marvell USB 3.0 phy controller for Marvell
46 SoC.
Kuninori Morimoto1789e522012-10-31 19:03:11 -070047
48config USB_RCAR_PHY
49 tristate "Renesas R-Car USB phy support"
50 depends on USB || USB_GADGET
51 select USB_OTG_UTILS
52 help
53 Say Y here to add support for the Renesas R-Car USB phy driver.
54 This chip is typically used as USB phy for USB host, gadget.
55 This driver supports: R8A7779
56
57 To compile this driver as a module, choose M here: the
58 module will be called rcar-phy.
Praveen Paneri337dc3a2012-11-23 16:03:06 +053059
60config SAMSUNG_USBPHY
61 bool "Samsung USB PHY controller Driver"
Vivek Gautam8c1b3e12013-01-22 18:30:41 +053062 depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
Praveen Paneri337dc3a2012-11-23 16:03:06 +053063 select USB_OTG_UTILS
64 help
65 Enable this to support Samsung USB phy controller for samsung
66 SoCs.