phy-sun4i-usb: Add support for monitoring vbus via a power-supply
[linux-2.6-microblaze.git] / drivers / phy / Kconfig
1 #
2 # PHY
3 #
4
5 menu "PHY Subsystem"
6
7 config GENERIC_PHY
8         bool "PHY Core"
9         help
10           Generic PHY support.
11
12           This framework is designed to provide a generic interface for PHY
13           devices present in the kernel. This layer will have the generic
14           API by which phy drivers can create PHY using the phy framework and
15           phy users can obtain reference to the PHY. All the users of this
16           framework should select this config.
17
18 config PHY_BERLIN_USB
19         tristate "Marvell Berlin USB PHY Driver"
20         depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
21         select GENERIC_PHY
22         help
23           Enable this to support the USB PHY on Marvell Berlin SoCs.
24
25 config PHY_BERLIN_SATA
26         tristate "Marvell Berlin SATA PHY driver"
27         depends on ARCH_BERLIN && HAS_IOMEM && OF
28         select GENERIC_PHY
29         help
30           Enable this to support the SATA PHY on Marvell Berlin SoCs.
31
32 config ARMADA375_USBCLUSTER_PHY
33         def_bool y
34         depends on MACH_ARMADA_375 || COMPILE_TEST
35         depends on OF
36         select GENERIC_PHY
37
38 config PHY_DM816X_USB
39         tristate "TI dm816x USB PHY driver"
40         depends on ARCH_OMAP2PLUS
41         depends on USB_SUPPORT
42         select GENERIC_PHY
43         select USB_PHY
44         help
45           Enable this for dm816x USB to work.
46
47 config PHY_EXYNOS_MIPI_VIDEO
48         tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
49         depends on HAS_IOMEM
50         depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
51         select GENERIC_PHY
52         default y if ARCH_S5PV210 || ARCH_EXYNOS
53         help
54           Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
55           and EXYNOS SoCs.
56
57 config PHY_LPC18XX_USB_OTG
58         tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
59         depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
60         depends on MFD_SYSCON
61         select GENERIC_PHY
62         help
63           Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
64
65           This driver is need for USB0 support on LPC18xx/43xx and takes
66           care of enabling and clock setup.
67
68 config PHY_PXA_28NM_HSIC
69         tristate "Marvell USB HSIC 28nm PHY Driver"
70         select GENERIC_PHY
71         help
72           Enable this to support Marvell USB HSIC PHY driver for Marvell
73           SoC. This driver will do the PHY initialization and shutdown.
74           The PHY driver will be used by Marvell ehci driver.
75
76           To compile this driver as a module, choose M here.
77
78 config PHY_PXA_28NM_USB2
79         tristate "Marvell USB 2.0 28nm PHY Driver"
80         select GENERIC_PHY
81         help
82           Enable this to support Marvell USB 2.0 PHY driver for Marvell
83           SoC. This driver will do the PHY initialization and shutdown.
84           The PHY driver will be used by Marvell udc/ehci/otg driver.
85
86           To compile this driver as a module, choose M here.
87
88 config PHY_MVEBU_SATA
89         def_bool y
90         depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
91         depends on OF
92         select GENERIC_PHY
93
94 config PHY_MIPHY28LP
95         tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
96         depends on ARCH_STI
97         select GENERIC_PHY
98         help
99           Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
100           that is part of STMicroelectronics STiH407 SoC.
101
102 config PHY_MIPHY365X
103         tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
104         depends on ARCH_STI
105         depends on HAS_IOMEM
106         depends on OF
107         select GENERIC_PHY
108         help
109           Enable this to support the miphy transceiver (for SATA/PCIE)
110           that is part of STMicroelectronics STiH41x SoC series.
111
112 config PHY_RCAR_GEN2
113         tristate "Renesas R-Car generation 2 USB PHY driver"
114         depends on ARCH_SHMOBILE
115         depends on GENERIC_PHY
116         help
117           Support for USB PHY found on Renesas R-Car generation 2 SoCs.
118
119 config OMAP_CONTROL_PHY
120         tristate "OMAP CONTROL PHY Driver"
121         depends on ARCH_OMAP2PLUS || COMPILE_TEST
122         help
123           Enable this to add support for the PHY part present in the control
124           module. This driver has API to power on the USB2 PHY and to write to
125           the mailbox. The mailbox is present only in omap4 and the register to
126           power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
127           additional register to power on USB3 PHY/SATA PHY/PCIE PHY
128           (PIPE3 PHY).
129
130 config OMAP_USB2
131         tristate "OMAP USB2 PHY Driver"
132         depends on ARCH_OMAP2PLUS
133         depends on USB_SUPPORT
134         select GENERIC_PHY
135         select USB_PHY
136         select OMAP_CONTROL_PHY
137         depends on OMAP_OCP2SCP
138         help
139           Enable this to support the transceiver that is part of SOC. This
140           driver takes care of all the PHY functionality apart from comparator.
141           The USB OTG controller communicates with the comparator using this
142           driver.
143
144 config TI_PIPE3
145         tristate "TI PIPE3 PHY Driver"
146         depends on ARCH_OMAP2PLUS || COMPILE_TEST
147         select GENERIC_PHY
148         select OMAP_CONTROL_PHY
149         depends on OMAP_OCP2SCP
150         help
151           Enable this to support the PIPE3 PHY that is part of TI SOCs. This
152           driver takes care of all the PHY functionality apart from comparator.
153           This driver interacts with the "OMAP Control PHY Driver" to power
154           on/off the PHY.
155
156 config TWL4030_USB
157         tristate "TWL4030 USB Transceiver Driver"
158         depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
159         depends on USB_SUPPORT
160         select GENERIC_PHY
161         select USB_PHY
162         help
163           Enable this to support the USB OTG transceiver on TWL4030
164           family chips (including the TWL5030 and TPS659x0 devices).
165           This transceiver supports high and full speed devices plus,
166           in host mode, low speed.
167
168 config PHY_EXYNOS_DP_VIDEO
169         tristate "EXYNOS SoC series Display Port PHY driver"
170         depends on OF
171         depends on ARCH_EXYNOS || COMPILE_TEST
172         default ARCH_EXYNOS
173         select GENERIC_PHY
174         help
175           Support for Display Port PHY found on Samsung EXYNOS SoCs.
176
177 config BCM_KONA_USB2_PHY
178         tristate "Broadcom Kona USB2 PHY Driver"
179         depends on HAS_IOMEM
180         select GENERIC_PHY
181         help
182           Enable this to support the Broadcom Kona USB 2.0 PHY.
183
184 config PHY_EXYNOS5250_SATA
185         tristate "Exynos5250 Sata SerDes/PHY driver"
186         depends on SOC_EXYNOS5250
187         depends on HAS_IOMEM
188         depends on OF
189         select GENERIC_PHY
190         select I2C
191         select I2C_S3C2410
192         select MFD_SYSCON
193         help
194           Enable this to support SATA SerDes/Phy found on Samsung's
195           Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
196           SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
197           port to accept one SATA device.
198
199 config PHY_HIX5HD2_SATA
200         tristate "HIX5HD2 SATA PHY Driver"
201         depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
202         select GENERIC_PHY
203         select MFD_SYSCON
204         help
205           Support for SATA PHY on Hisilicon hix5hd2 Soc.
206
207 config PHY_SUN4I_USB
208         tristate "Allwinner sunxi SoC USB PHY driver"
209         depends on ARCH_SUNXI && HAS_IOMEM && OF
210         depends on RESET_CONTROLLER
211         depends on EXTCON
212         depends on POWER_SUPPLY
213         select GENERIC_PHY
214         help
215           Enable this to support the transceiver that is part of Allwinner
216           sunxi SoCs.
217
218           This driver controls the entire USB PHY block, both the USB OTG
219           parts, as well as the 2 regular USB 2 host PHYs.
220
221 config PHY_SUN9I_USB
222         tristate "Allwinner sun9i SoC USB PHY driver"
223         depends on ARCH_SUNXI && HAS_IOMEM && OF
224         depends on RESET_CONTROLLER
225         select GENERIC_PHY
226         help
227           Enable this to support the transceiver that is part of Allwinner
228           sun9i SoCs.
229
230           This driver controls each individual USB 2 host PHY.
231
232 config PHY_SAMSUNG_USB2
233         tristate "Samsung USB 2.0 PHY driver"
234         depends on HAS_IOMEM
235         depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
236         select GENERIC_PHY
237         select MFD_SYSCON
238         default ARCH_EXYNOS
239         help
240           Enable this to support the Samsung USB 2.0 PHY driver for Samsung
241           SoCs. This driver provides the interface for USB 2.0 PHY. Support
242           for particular PHYs will be enabled based on the SoC type in addition
243           to this driver.
244
245 config PHY_S5PV210_USB2
246         bool "Support for S5PV210"
247         depends on PHY_SAMSUNG_USB2
248         depends on ARCH_S5PV210
249         help
250           Enable USB PHY support for S5PV210. This option requires that Samsung
251           USB 2.0 PHY driver is enabled and means that support for this
252           particular SoC is compiled in the driver. In case of S5PV210 two phys
253           are available - device and host.
254
255 config PHY_EXYNOS4210_USB2
256         bool
257         depends on PHY_SAMSUNG_USB2
258         default CPU_EXYNOS4210
259
260 config PHY_EXYNOS4X12_USB2
261         bool
262         depends on PHY_SAMSUNG_USB2
263         default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
264
265 config PHY_EXYNOS5250_USB2
266         bool
267         depends on PHY_SAMSUNG_USB2
268         default SOC_EXYNOS5250 || SOC_EXYNOS5420
269
270 config PHY_EXYNOS5_USBDRD
271         tristate "Exynos5 SoC series USB DRD PHY driver"
272         depends on ARCH_EXYNOS && OF
273         depends on HAS_IOMEM
274         depends on USB_DWC3_EXYNOS
275         select GENERIC_PHY
276         select MFD_SYSCON
277         default y
278         help
279           Enable USB DRD PHY support for Exynos 5 SoC series.
280           This driver provides PHY interface for USB 3.0 DRD controller
281           present on Exynos5 SoC series.
282
283 config PHY_PISTACHIO_USB
284         tristate "IMG Pistachio USB2.0 PHY driver"
285         depends on MACH_PISTACHIO
286         select GENERIC_PHY
287         help
288           Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
289
290 config PHY_QCOM_APQ8064_SATA
291         tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
292         depends on ARCH_QCOM
293         depends on HAS_IOMEM
294         depends on OF
295         select GENERIC_PHY
296
297 config PHY_QCOM_IPQ806X_SATA
298         tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
299         depends on ARCH_QCOM
300         depends on HAS_IOMEM
301         depends on OF
302         select GENERIC_PHY
303
304 config PHY_ROCKCHIP_USB
305         tristate "Rockchip USB2 PHY Driver"
306         depends on ARCH_ROCKCHIP && OF
307         select GENERIC_PHY
308         help
309           Enable this to support the Rockchip USB 2.0 PHY.
310
311 config PHY_ST_SPEAR1310_MIPHY
312         tristate "ST SPEAR1310-MIPHY driver"
313         select GENERIC_PHY
314         depends on MACH_SPEAR1310 || COMPILE_TEST
315         help
316           Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
317
318 config PHY_ST_SPEAR1340_MIPHY
319         tristate "ST SPEAR1340-MIPHY driver"
320         select GENERIC_PHY
321         depends on MACH_SPEAR1340 || COMPILE_TEST
322         help
323           Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
324
325 config PHY_XGENE
326         tristate "APM X-Gene 15Gbps PHY support"
327         depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
328         select GENERIC_PHY
329         help
330           This option enables support for APM X-Gene SoC multi-purpose PHY.
331
332 config PHY_STIH407_USB
333         tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
334         depends on RESET_CONTROLLER
335         depends on ARCH_STI || COMPILE_TEST
336         select GENERIC_PHY
337         help
338           Enable this support to enable the picoPHY device used by USB2
339           and USB3 controllers on STMicroelectronics STiH407 SoC families.
340
341 config PHY_STIH41X_USB
342         tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
343         depends on ARCH_STI
344         select GENERIC_PHY
345         help
346           Enable this to support the USB transceiver that is part of
347           STMicroelectronics STiH41x SoC series.
348
349 config PHY_QCOM_UFS
350         tristate "Qualcomm UFS PHY driver"
351         depends on OF && ARCH_QCOM
352         select GENERIC_PHY
353         help
354           Support for UFS PHY on QCOM chipsets.
355
356 config PHY_TUSB1210
357         tristate "TI TUSB1210 ULPI PHY module"
358         depends on USB_ULPI_BUS
359         select GENERIC_PHY
360         help
361           Support for TI TUSB1210 USB ULPI PHY.
362
363 config PHY_BRCMSTB_SATA
364         tristate "Broadcom STB SATA PHY driver"
365         depends on ARCH_BRCMSTB
366         depends on OF
367         select GENERIC_PHY
368         help
369           Enable this to support the SATA3 PHY on 28nm Broadcom STB SoCs.
370           Likely useful only with CONFIG_SATA_BRCMSTB enabled.
371
372 endmenu