blob: 832cd694fb8b15879381bfe4bc1137650b85ebfe [file] [log] [blame]
Roland Stigge8b7c3b62012-04-29 16:47:04 +02001#
2# Physical Layer USB driver configuration
3#
Felipe Balbiedc7cb22013-03-07 11:13:43 +02004menuconfig USB_PHY
5 tristate "USB Physical Layer drivers"
6 select USB_OTG_UTILS
7 help
8 USB controllers (those which are host, device or DRD) need a
9 device to handle the physical layer signalling, commonly called
10 a PHY.
11
12 The following drivers add support for such PHY devices.
13
14if USB_PHY
Roland Stigge8b7c3b62012-04-29 16:47:04 +020015
Felipe Balbia0e63122013-03-07 11:01:15 +020016config USB_OTG_UTILS
17 bool
18 help
19 Select this to make sure the build includes objects from
20 the OTG infrastructure directory.
21
Felipe Balbia0e63122013-03-07 11:01:15 +020022#
23# USB Transceiver Drivers
24#
25config AB8500_USB
26 tristate "AB8500 USB Transceiver Driver"
27 depends on AB8500_CORE
28 select USB_OTG_UTILS
29 help
30 Enable this to support the USB OTG transceiver in AB8500 chip.
31 This transceiver supports high and full speed devices plus,
32 in host mode, low speed.
33
34config FSL_USB2_OTG
35 bool "Freescale USB OTG Transceiver Driver"
36 depends on USB_EHCI_FSL && USB_FSL_USB2 && USB_SUSPEND
37 select USB_OTG
38 select USB_OTG_UTILS
39 help
40 Enable this to support Freescale USB OTG transceiver.
41
42config ISP1301_OMAP
43 tristate "Philips ISP1301 with OMAP OTG"
44 depends on I2C && ARCH_OMAP_OTG
45 select USB_OTG_UTILS
46 help
47 If you say yes here you get support for the Philips ISP1301
48 USB-On-The-Go transceiver working with the OMAP OTG controller.
49 The ISP1301 is a full speed USB transceiver which is used in
50 products including H2, H3, and H4 development boards for Texas
51 Instruments OMAP processors.
52
53 This driver can also be built as a module. If so, the module
54 will be called isp1301_omap.
55
56config MV_U3D_PHY
57 bool "Marvell USB 3.0 PHY controller Driver"
58 depends on USB_MV_U3D
59 select USB_OTG_UTILS
60 help
61 Enable this to support Marvell USB 3.0 phy controller for Marvell
62 SoC.
63
64config NOP_USB_XCEIV
65 tristate "NOP USB Transceiver Driver"
66 select USB_OTG_UTILS
67 help
68 This driver is to be used by all the usb transceiver which are either
69 built-in with usb ip or which are autonomous and doesn't require any
70 phy programming such as ISP1x04 etc.
71
72config OMAP_CONTROL_USB
73 tristate "OMAP CONTROL USB Driver"
74 help
75 Enable this to add support for the USB part present in the control
76 module. This driver has API to power on the USB2 PHY and to write to
77 the mailbox. The mailbox is present only in omap4 and the register to
78 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
79 additional register to power on USB3 PHY.
80
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053081config OMAP_USB2
82 tristate "OMAP USB2 PHY Driver"
Tony Lindgren770b6cb2012-12-16 12:28:46 -080083 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053084 select USB_OTG_UTILS
Kishon Vijay Abraham Ica784be2013-01-25 15:54:00 +053085 select OMAP_CONTROL_USB
Kishon Vijay Abraham I657b3062012-09-06 20:27:06 +053086 help
87 Enable this to support the transceiver that is part of SOC. This
88 driver takes care of all the PHY functionality apart from comparator.
89 The USB OTG controller communicates with the comparator using this
90 driver.
91
Kishon Vijay Abraham I57f6ce02013-01-25 08:21:48 +053092config OMAP_USB3
93 tristate "OMAP USB3 PHY Driver"
94 select USB_OTG_UTILS
95 select OMAP_CONTROL_USB
96 help
97 Enable this to support the USB3 PHY that is part of SOC. This
98 driver takes care of all the PHY functionality apart from comparator.
99 This driver interacts with the "OMAP Control USB Driver" to power
100 on/off the PHY.
101
Felipe Balbia0e63122013-03-07 11:01:15 +0200102config SAMSUNG_USBPHY
103 bool "Samsung USB PHY controller Driver"
104 depends on USB_S3C_HSOTG || USB_EHCI_S5P || USB_OHCI_EXYNOS
105 select USB_OTG_UTILS
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +0530106 help
Felipe Balbia0e63122013-03-07 11:01:15 +0200107 Enable this to support Samsung USB phy controller for samsung
108 SoCs.
109
110config TWL4030_USB
111 tristate "TWL4030 USB Transceiver Driver"
112 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
113 select USB_OTG_UTILS
114 help
115 Enable this to support the USB OTG transceiver on TWL4030
116 family chips (including the TWL5030 and TPS659x0 devices).
117 This transceiver supports high and full speed devices plus,
118 in host mode, low speed.
119
120config TWL6030_USB
121 tristate "TWL6030 USB Transceiver Driver"
122 depends on TWL4030_CORE && OMAP_USB2 && USB_MUSB_OMAP2PLUS
123 select USB_OTG_UTILS
124 help
125 Enable this to support the USB OTG transceiver on TWL6030
126 family chips. This TWL6030 transceiver has the VBUS and ID GND
127 and OTG SRP events capabilities. For all other transceiver functionality
128 UTMI PHY is embedded in OMAP4430. The internal PHY configurations APIs
129 are hooked to this driver through platform_data structure.
130 The definition of internal PHY APIs are in the mach-omap2 layer.
131
132config USB_GPIO_VBUS
133 tristate "GPIO based peripheral-only VBUS sensing 'transceiver'"
134 depends on GENERIC_GPIO
135 select USB_OTG_UTILS
136 help
137 Provides simple GPIO VBUS sensing for controllers with an
138 internal transceiver via the usb_phy interface, and
139 optionally control of a D+ pullup GPIO as well as a VBUS
140 current limit regulator.
Kishon Vijay Abraham I01658f02013-01-25 15:53:57 +0530141
Roland Stigge8b7c3b62012-04-29 16:47:04 +0200142config USB_ISP1301
143 tristate "NXP ISP1301 USB transceiver support"
Alexandre Pereira da Silvac6156322012-06-26 11:56:48 -0300144 depends on USB || USB_GADGET
Roland Stigge8b7c3b62012-04-29 16:47:04 +0200145 depends on I2C
146 help
147 Say Y here to add support for the NXP ISP1301 USB transceiver driver.
148 This chip is typically used as USB transceiver for USB host, gadget
149 and OTG drivers (to be selected separately).
150
151 To compile this driver as a module, choose M here: the
152 module will be called isp1301.
Yu Xua67e76a2012-08-09 22:29:31 +0800153
Felipe Balbia0e63122013-03-07 11:01:15 +0200154config USB_MSM_OTG
155 tristate "OTG support for Qualcomm on-chip USB controller"
156 depends on (USB || USB_GADGET) && ARCH_MSM
Yu Xua67e76a2012-08-09 22:29:31 +0800157 select USB_OTG_UTILS
158 help
Felipe Balbia0e63122013-03-07 11:01:15 +0200159 Enable this to support the USB OTG transceiver on MSM chips. It
160 handles PHY initialization, clock management, and workarounds
161 required after resetting the hardware and power management.
162 This driver is required even for peripheral only or host only
163 mode configurations.
164 This driver is not supported on boards like trout which
165 has an external PHY.
166
167config USB_MV_OTG
168 tristate "Marvell USB OTG support"
169 depends on USB_EHCI_MV && USB_MV_UDC && USB_SUSPEND
170 select USB_OTG
171 select USB_OTG_UTILS
172 help
173 Say Y here if you want to build Marvell USB OTG transciever
174 driver in kernel (including PXA and MMP series). This driver
175 implements role switch between EHCI host driver and gadget driver.
176
177 To compile this driver as a module, choose M here.
178
179config USB_MXS_PHY
180 tristate "Freescale MXS USB PHY support"
181 depends on ARCH_MXC || ARCH_MXS
182 select STMP_DEVICE
183 select USB_OTG_UTILS
184 help
185 Enable this to support the Freescale MXS USB PHY.
186
187 MXS Phy is used by some of the i.MX SoCs, for example imx23/28/6x.
Kuninori Morimoto1789e522012-10-31 19:03:11 -0700188
189config USB_RCAR_PHY
190 tristate "Renesas R-Car USB phy support"
191 depends on USB || USB_GADGET
192 select USB_OTG_UTILS
193 help
194 Say Y here to add support for the Renesas R-Car USB phy driver.
195 This chip is typically used as USB phy for USB host, gadget.
196 This driver supports: R8A7779
197
198 To compile this driver as a module, choose M here: the
199 module will be called rcar-phy.
Praveen Paneri337dc3a2012-11-23 16:03:06 +0530200
Felipe Balbia0e63122013-03-07 11:01:15 +0200201config USB_ULPI
202 bool "Generic ULPI Transceiver Driver"
203 depends on ARM
Praveen Paneri337dc3a2012-11-23 16:03:06 +0530204 select USB_OTG_UTILS
205 help
Felipe Balbia0e63122013-03-07 11:01:15 +0200206 Enable this to support ULPI connected USB OTG transceivers which
207 are likely found on embedded boards.
208
209config USB_ULPI_VIEWPORT
210 bool
211 depends on USB_ULPI
212 help
213 Provides read/write operations to the ULPI phy register set for
214 controllers with a viewport register (e.g. Chipidea/ARC controllers).
215
Felipe Balbiedc7cb22013-03-07 11:13:43 +0200216endif # USB_PHY