blob: 1f3e1fbef5294fa596749f3249a38764f6ec1545 [file] [log] [blame]
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +05301#
2# PHY
3#
4
5menu "PHY Subsystem"
6
7config GENERIC_PHY
Hans de Goedeb51fbf92014-02-17 14:29:24 +05308 bool "PHY Core"
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +05309 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
Rafał Miłeckid3feb402016-04-14 11:37:43 +020018config PHY_BCM_NS_USB2
19 tristate "Broadcom Northstar USB 2.0 PHY Driver"
20 depends on ARCH_BCM_IPROC || COMPILE_TEST
21 depends on HAS_IOMEM && OF
22 select GENERIC_PHY
23 help
24 Enable this to support Broadcom USB 2.0 PHY connected to the USB
25 controller on Northstar family.
26
Rafał Miłeckie5666282016-08-12 00:28:03 +020027config PHY_BCM_NS_USB3
28 tristate "Broadcom Northstar USB 3.0 PHY Driver"
29 depends on ARCH_BCM_IPROC || COMPILE_TEST
30 depends on HAS_IOMEM && OF
31 select GENERIC_PHY
32 help
33 Enable this to support Broadcom USB 3.0 PHY connected to the USB
34 controller on Northstar family.
35
Antoine Tenart13ebb682014-11-20 22:53:25 +010036config PHY_BERLIN_USB
37 tristate "Marvell Berlin USB PHY Driver"
38 depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
39 select GENERIC_PHY
40 help
41 Enable this to support the USB PHY on Marvell Berlin SoCs.
42
Antoine Ténart942a31b2014-07-07 12:16:07 +020043config PHY_BERLIN_SATA
44 tristate "Marvell Berlin SATA PHY driver"
45 depends on ARCH_BERLIN && HAS_IOMEM && OF
46 select GENERIC_PHY
47 help
48 Enable this to support the SATA PHY on Marvell Berlin SoCs.
49
Gregory CLEMENTeee47532014-11-13 12:47:46 +010050config ARMADA375_USBCLUSTER_PHY
51 def_bool y
52 depends on MACH_ARMADA_375 || COMPILE_TEST
Krzysztof Kozlowski89636ad2016-02-29 14:56:30 +090053 depends on OF && HAS_IOMEM
Gregory CLEMENTeee47532014-11-13 12:47:46 +010054 select GENERIC_PHY
55
David Lechnerf2e60042016-05-09 18:40:00 -050056config PHY_DA8XX_USB
57 tristate "TI DA8xx USB PHY Driver"
58 depends on ARCH_DAVINCI_DA8XX
59 select GENERIC_PHY
60 select MFD_SYSCON
61 help
62 Enable this to support the USB PHY on DA8xx SoCs.
63
64 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY.
65
Tony Lindgren609adde2015-03-19 17:08:07 -070066config PHY_DM816X_USB
67 tristate "TI dm816x USB PHY driver"
68 depends on ARCH_OMAP2PLUS
Felipe Balbi7f7a4d32015-04-28 11:13:15 -050069 depends on USB_SUPPORT
Tony Lindgren609adde2015-03-19 17:08:07 -070070 select GENERIC_PHY
Felipe Balbi7f7a4d32015-04-28 11:13:15 -050071 select USB_PHY
Tony Lindgren609adde2015-03-19 17:08:07 -070072 help
73 Enable this for dm816x USB to work.
74
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053075config PHY_EXYNOS_MIPI_VIDEO
76 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
Sylwester Nawrocki13454e52014-02-21 17:44:01 +010077 depends on HAS_IOMEM
78 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
79 select GENERIC_PHY
80 default y if ARCH_S5PV210 || ARCH_EXYNOS
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053081 help
82 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
83 and EXYNOS SoCs.
84
Joachim Eastwoodcbf919b2015-07-09 22:48:25 +020085config PHY_LPC18XX_USB_OTG
86 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
87 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
88 depends on MFD_SYSCON
89 select GENERIC_PHY
90 help
91 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
92
93 This driver is need for USB0 support on LPC18xx/43xx and takes
94 care of enabling and clock setup.
95
Rob Herring10d90292015-05-29 11:38:43 -050096config PHY_PXA_28NM_HSIC
97 tristate "Marvell USB HSIC 28nm PHY Driver"
Sebastian Ott1c4b1d12015-06-29 16:57:08 +020098 depends on HAS_IOMEM
Rob Herring10d90292015-05-29 11:38:43 -050099 select GENERIC_PHY
100 help
101 Enable this to support Marvell USB HSIC PHY driver for Marvell
102 SoC. This driver will do the PHY initialization and shutdown.
103 The PHY driver will be used by Marvell ehci driver.
104
105 To compile this driver as a module, choose M here.
106
Rob Herring603c5f92015-05-29 11:38:42 -0500107config PHY_PXA_28NM_USB2
108 tristate "Marvell USB 2.0 28nm PHY Driver"
Sebastian Ott1c4b1d12015-06-29 16:57:08 +0200109 depends on HAS_IOMEM
Rob Herring603c5f92015-05-29 11:38:42 -0500110 select GENERIC_PHY
111 help
112 Enable this to support Marvell USB 2.0 PHY driver for Marvell
113 SoC. This driver will do the PHY initialization and shutdown.
114 The PHY driver will be used by Marvell udc/ehci/otg driver.
115
116 To compile this driver as a module, choose M here.
117
Andrew Lunne3eae852013-12-17 21:21:50 +0100118config PHY_MVEBU_SATA
119 def_bool y
Andrew Lunn74d64b52014-07-10 23:36:30 +0200120 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
Andrew Lunne3eae852013-12-17 21:21:50 +0100121 depends on OF
122 select GENERIC_PHY
123
Gabriel FERNANDEZ2c14e9b2014-11-04 11:51:19 +0100124config PHY_MIPHY28LP
125 tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
126 depends on ARCH_STI
127 select GENERIC_PHY
128 help
129 Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
130 that is part of STMicroelectronics STiH407 SoC.
131
Lee Jones6e877fe2014-07-09 12:41:12 +0100132config PHY_MIPHY365X
133 tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
134 depends on ARCH_STI
Lee Jones6e877fe2014-07-09 12:41:12 +0100135 depends on HAS_IOMEM
136 depends on OF
Lee Jonesfbb1a772014-07-22 10:47:37 +0100137 select GENERIC_PHY
Lee Jones6e877fe2014-07-09 12:41:12 +0100138 help
139 Enable this to support the miphy transceiver (for SATA/PCIE)
140 that is part of STMicroelectronics STiH41x SoC series.
141
Sergei Shtylyov1233f592014-07-22 23:27:14 +0400142config PHY_RCAR_GEN2
143 tristate "Renesas R-Car generation 2 USB PHY driver"
Simon Hormanec9e8052016-03-07 10:14:24 +0900144 depends on ARCH_RENESAS
Sergei Shtylyov1233f592014-07-22 23:27:14 +0400145 depends on GENERIC_PHY
146 help
147 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
148
Yoshihiro Shimodaf3b5a8d2015-11-30 10:44:30 +0900149config PHY_RCAR_GEN3_USB2
150 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
Simon Hormanec9e8052016-03-07 10:14:24 +0900151 depends on ARCH_RENESAS
Yoshihiro Shimoda2b385432016-04-29 14:22:25 +0530152 depends on EXTCON
Yoshihiro Shimodaf3b5a8d2015-11-30 10:44:30 +0900153 select GENERIC_PHY
154 help
155 Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.
156
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +0200157config OMAP_CONTROL_PHY
158 tristate "OMAP CONTROL PHY Driver"
Jean Delvare907aa3a2014-04-19 08:51:42 +0530159 depends on ARCH_OMAP2PLUS || COMPILE_TEST
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +0200160 help
161 Enable this to add support for the PHY part present in the control
162 module. This driver has API to power on the USB2 PHY and to write to
163 the mailbox. The mailbox is present only in omap4 and the register to
164 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
165 additional register to power on USB3 PHY/SATA PHY/PCIE PHY
166 (PIPE3 PHY).
167
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +0530168config OMAP_USB2
169 tristate "OMAP USB2 PHY Driver"
170 depends on ARCH_OMAP2PLUS
Felipe Balbi7f7a4d32015-04-28 11:13:15 -0500171 depends on USB_SUPPORT
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +0530172 select GENERIC_PHY
Felipe Balbi7f7a4d32015-04-28 11:13:15 -0500173 select USB_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +0200174 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +0200175 depends on OMAP_OCP2SCP
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +0530176 help
177 Enable this to support the transceiver that is part of SOC. This
178 driver takes care of all the PHY functionality apart from comparator.
179 The USB OTG controller communicates with the comparator using this
180 driver.
181
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +0530182config TI_PIPE3
183 tristate "TI PIPE3 PHY Driver"
184 depends on ARCH_OMAP2PLUS || COMPILE_TEST
185 select GENERIC_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +0200186 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +0200187 depends on OMAP_OCP2SCP
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +0530188 help
189 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
190 driver takes care of all the PHY functionality apart from comparator.
191 This driver interacts with the "OMAP Control PHY Driver" to power
192 on/off the PHY.
193
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530194config TWL4030_USB
195 tristate "TWL4030 USB Transceiver Driver"
196 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
Felipe Balbi7f7a4d32015-04-28 11:13:15 -0500197 depends on USB_SUPPORT
Felipe Balbi5a8d6512016-05-31 13:07:47 +0300198 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530199 select GENERIC_PHY
Felipe Balbi7f7a4d32015-04-28 11:13:15 -0500200 select USB_PHY
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530201 help
202 Enable this to support the USB OTG transceiver on TWL4030
203 family chips (including the TWL5030 and TPS659x0 devices).
204 This transceiver supports high and full speed devices plus,
205 in host mode, low speed.
206
Jingoo Han74988e82013-10-16 21:58:14 +0530207config PHY_EXYNOS_DP_VIDEO
208 tristate "EXYNOS SoC series Display Port PHY driver"
209 depends on OF
Sylwester Nawrockia50ce202014-02-21 17:44:02 +0100210 depends on ARCH_EXYNOS || COMPILE_TEST
211 default ARCH_EXYNOS
Jingoo Han74988e82013-10-16 21:58:14 +0530212 select GENERIC_PHY
213 help
214 Support for Display Port PHY found on Samsung EXYNOS SoCs.
215
Matt Porter7597fdf2013-12-19 09:23:09 -0500216config BCM_KONA_USB2_PHY
217 tristate "Broadcom Kona USB2 PHY Driver"
Richard Weinberger06c304e2014-02-17 14:29:21 +0530218 depends on HAS_IOMEM
Arnd Bergmann3fc03f32014-05-08 16:46:53 +0200219 select GENERIC_PHY
Matt Porter7597fdf2013-12-19 09:23:09 -0500220 help
221 Enable this to support the Broadcom Kona USB 2.0 PHY.
222
Yuvaraj Kumar C Dbcff4cb2014-03-03 10:52:39 +0530223config PHY_EXYNOS5250_SATA
224 tristate "Exynos5250 Sata SerDes/PHY driver"
225 depends on SOC_EXYNOS5250
226 depends on HAS_IOMEM
227 depends on OF
228 select GENERIC_PHY
229 select I2C
230 select I2C_S3C2410
231 select MFD_SYSCON
232 help
233 Enable this to support SATA SerDes/Phy found on Samsung's
234 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
235 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
236 port to accept one SATA device.
237
Jiancheng Xuee3794132014-07-03 22:28:38 +0800238config PHY_HIX5HD2_SATA
239 tristate "HIX5HD2 SATA PHY Driver"
240 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
241 select GENERIC_PHY
242 select MFD_SYSCON
243 help
244 Support for SATA PHY on Hisilicon hix5hd2 Soc.
245
Chunfeng Yundc7f1902015-09-29 11:01:36 +0800246config PHY_MT65XX_USB3
247 tristate "Mediatek USB3.0 PHY Driver"
248 depends on ARCH_MEDIATEK && OF
249 select GENERIC_PHY
250 help
Chunfeng Yune1d76532016-04-20 08:14:02 +0800251 Say 'Y' here to add support for Mediatek USB3.0 PHY driver,
252 it supports multiple usb2.0 and usb3.0 ports.
Chunfeng Yundc7f1902015-09-29 11:01:36 +0800253
Zhangfei Gao30e9a0b2015-11-23 11:46:27 +0800254config PHY_HI6220_USB
255 tristate "hi6220 USB PHY support"
Geert Uytterhoevend8969102016-01-15 14:40:24 +0100256 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
Zhangfei Gao30e9a0b2015-11-23 11:46:27 +0800257 select GENERIC_PHY
258 select MFD_SYSCON
259 help
260 Enable this to support the HISILICON HI6220 USB PHY.
261
262 To compile this driver as a module, choose M here.
263
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100264config PHY_SUN4I_USB
265 tristate "Allwinner sunxi SoC USB PHY driver"
266 depends on ARCH_SUNXI && HAS_IOMEM && OF
Maxime Ripard9820ccb2014-07-10 11:54:59 +0530267 depends on RESET_CONTROLLER
Hans de Goede1a52abe2015-06-13 14:37:46 +0200268 depends on EXTCON
Hans de Goede8665c182015-06-13 14:37:51 +0200269 depends on POWER_SUPPLY
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100270 select GENERIC_PHY
271 help
272 Enable this to support the transceiver that is part of Allwinner
273 sunxi SoCs.
274
275 This driver controls the entire USB PHY block, both the USB OTG
276 parts, as well as the 2 regular USB 2 host PHYs.
277
Chen-Yu Tsai9c3b4432015-03-14 11:57:16 +0800278config PHY_SUN9I_USB
279 tristate "Allwinner sun9i SoC USB PHY driver"
280 depends on ARCH_SUNXI && HAS_IOMEM && OF
281 depends on RESET_CONTROLLER
Arnd Bergmannbadf6d42016-03-23 17:45:08 +0100282 depends on USB_SUPPORT
283 select USB_COMMON
Chen-Yu Tsai9c3b4432015-03-14 11:57:16 +0800284 select GENERIC_PHY
285 help
286 Enable this to support the transceiver that is part of Allwinner
287 sun9i SoCs.
288
289 This driver controls each individual USB 2 host PHY.
290
Kamil Debski06fb0132014-03-06 12:16:48 +0100291config PHY_SAMSUNG_USB2
292 tristate "Samsung USB 2.0 PHY driver"
Chen Gang4732aee2014-06-10 20:04:58 +0800293 depends on HAS_IOMEM
Sachin Kamatd6125af2014-07-14 15:38:41 +0530294 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
Kamil Debski06fb0132014-03-06 12:16:48 +0100295 select GENERIC_PHY
296 select MFD_SYSCON
Sachin Kamatd6125af2014-07-14 15:38:41 +0530297 default ARCH_EXYNOS
Kamil Debski06fb0132014-03-06 12:16:48 +0100298 help
299 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
Sachin Kamatd6125af2014-07-14 15:38:41 +0530300 SoCs. This driver provides the interface for USB 2.0 PHY. Support
301 for particular PHYs will be enabled based on the SoC type in addition
302 to this driver.
Kamil Debski06fb0132014-03-06 12:16:48 +0100303
Mateusz Krawczuk949ccc32013-12-20 14:24:12 +0100304config PHY_S5PV210_USB2
305 bool "Support for S5PV210"
306 depends on PHY_SAMSUNG_USB2
307 depends on ARCH_S5PV210
308 help
309 Enable USB PHY support for S5PV210. This option requires that Samsung
310 USB 2.0 PHY driver is enabled and means that support for this
311 particular SoC is compiled in the driver. In case of S5PV210 two phys
312 are available - device and host.
313
Kamil Debski06fb0132014-03-06 12:16:48 +0100314config PHY_EXYNOS4210_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530315 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100316 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530317 default CPU_EXYNOS4210
Kamil Debski06fb0132014-03-06 12:16:48 +0100318
319config PHY_EXYNOS4X12_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530320 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100321 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530322 default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
Kamil Debski64bf2b22014-03-06 12:16:49 +0100323
324config PHY_EXYNOS5250_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530325 bool
Kamil Debski64bf2b22014-03-06 12:16:49 +0100326 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530327 default SOC_EXYNOS5250 || SOC_EXYNOS5420
Kamil Debski64bf2b22014-03-06 12:16:49 +0100328
Vivek Gautam59025882014-05-13 15:30:16 +0530329config PHY_EXYNOS5_USBDRD
330 tristate "Exynos5 SoC series USB DRD PHY driver"
Vivek Gautam556186a2014-11-21 19:05:50 +0530331 depends on ARCH_EXYNOS && OF
Vivek Gautam59025882014-05-13 15:30:16 +0530332 depends on HAS_IOMEM
Sachin Kamatc233f522014-07-14 15:38:42 +0530333 depends on USB_DWC3_EXYNOS
Vivek Gautam59025882014-05-13 15:30:16 +0530334 select GENERIC_PHY
335 select MFD_SYSCON
Sachin Kamatc233f522014-07-14 15:38:42 +0530336 default y
Vivek Gautam59025882014-05-13 15:30:16 +0530337 help
338 Enable USB DRD PHY support for Exynos 5 SoC series.
339 This driver provides PHY interface for USB 3.0 DRD controller
340 present on Exynos5 SoC series.
341
Andrew Bresticker57991eb2015-04-07 15:04:17 -0700342config PHY_PISTACHIO_USB
343 tristate "IMG Pistachio USB2.0 PHY driver"
344 depends on MACH_PISTACHIO
345 select GENERIC_PHY
346 help
347 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
348
Srinivas Kandagatla1de990d2014-07-14 12:17:59 +0100349config PHY_QCOM_APQ8064_SATA
350 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
351 depends on ARCH_QCOM
352 depends on HAS_IOMEM
353 depends on OF
354 select GENERIC_PHY
355
Kumar Gala4f6160d2014-07-16 11:10:08 -0500356config PHY_QCOM_IPQ806X_SATA
357 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
358 depends on ARCH_QCOM
359 depends on HAS_IOMEM
360 depends on OF
361 select GENERIC_PHY
362
Yunzhi Li64d11402014-12-12 23:07:46 +0800363config PHY_ROCKCHIP_USB
364 tristate "Rockchip USB2 PHY Driver"
365 depends on ARCH_ROCKCHIP && OF
366 select GENERIC_PHY
367 help
368 Enable this to support the Rockchip USB 2.0 PHY.
369
Frank Wang0e08d2a2016-07-22 15:00:44 +0800370config PHY_ROCKCHIP_INNO_USB2
371 tristate "Rockchip INNO USB2PHY Driver"
372 depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
Frank Wang3fa29562016-08-16 14:13:42 +0800373 depends on COMMON_CLK
Frank Wang0e08d2a2016-07-22 15:00:44 +0800374 select GENERIC_PHY
375 help
376 Support for Rockchip USB2.0 PHY with Innosilicon IP block.
377
Shawn Linc474a942016-02-03 15:22:22 +0800378config PHY_ROCKCHIP_EMMC
379 tristate "Rockchip EMMC PHY Driver"
380 depends on ARCH_ROCKCHIP && OF
381 select GENERIC_PHY
382 help
383 Enable this to support the Rockchip EMMC PHY.
384
Yakir Yangfd968972016-02-15 19:01:34 +0800385config PHY_ROCKCHIP_DP
386 tristate "Rockchip Display Port PHY Driver"
387 depends on ARCH_ROCKCHIP && OF
388 select GENERIC_PHY
389 help
390 Enable this to support the Rockchip Display Port PHY.
391
Shawn Linfcffee32016-09-01 15:44:54 +0800392config PHY_ROCKCHIP_PCIE
393 tristate "Rockchip PCIe PHY Driver"
394 depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
395 select GENERIC_PHY
396 select MFD_SYSCON
397 help
398 Enable this to support the Rockchip PCIe PHY.
399
Chris Zhonge96be452016-08-23 22:17:02 -0700400config PHY_ROCKCHIP_TYPEC
401 tristate "Rockchip TYPEC PHY Driver"
402 depends on OF && (ARCH_ROCKCHIP || COMPILE_TEST)
403 select EXTCON
404 select GENERIC_PHY
405 select RESET_CONTROLLER
406 help
407 Enable this to support the Rockchip USB TYPEC PHY.
408
Pratyush Anand64562e92014-04-14 15:27:36 +0530409config PHY_ST_SPEAR1310_MIPHY
410 tristate "ST SPEAR1310-MIPHY driver"
411 select GENERIC_PHY
Bartlomiej Zolnierkiewicz6100a7c2014-09-01 17:03:17 +0200412 depends on MACH_SPEAR1310 || COMPILE_TEST
Pratyush Anand64562e92014-04-14 15:27:36 +0530413 help
414 Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
415
416config PHY_ST_SPEAR1340_MIPHY
417 tristate "ST SPEAR1340-MIPHY driver"
418 select GENERIC_PHY
Bartlomiej Zolnierkiewicz7652d352014-09-01 17:04:15 +0200419 depends on MACH_SPEAR1340 || COMPILE_TEST
Pratyush Anand64562e92014-04-14 15:27:36 +0530420 help
421 Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
422
Linus Torvalds10c8e052014-08-08 11:34:32 -0700423config PHY_XGENE
424 tristate "APM X-Gene 15Gbps PHY support"
425 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
426 select GENERIC_PHY
427 help
428 This option enables support for APM X-Gene SoC multi-purpose PHY.
429
Peter Griffin89ae1f52014-09-11 18:02:44 +0100430config PHY_STIH407_USB
431 tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
432 depends on RESET_CONTROLLER
433 depends on ARCH_STI || COMPILE_TEST
434 select GENERIC_PHY
435 help
436 Enable this support to enable the picoPHY device used by USB2
437 and USB3 controllers on STMicroelectronics STiH407 SoC families.
438
Peter Griffin3f8da2e2014-09-08 11:33:00 +0100439config PHY_STIH41X_USB
440 tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
441 depends on ARCH_STI
442 select GENERIC_PHY
443 help
444 Enable this to support the USB transceiver that is part of
445 STMicroelectronics STiH41x SoC series.
446
Yaniv Gardiadaafaa2015-01-15 16:32:35 +0200447config PHY_QCOM_UFS
448 tristate "Qualcomm UFS PHY driver"
Stephen Boyd4d051f72015-04-10 16:11:04 -0700449 depends on OF && ARCH_QCOM
Yaniv Gardiadaafaa2015-01-15 16:32:35 +0200450 select GENERIC_PHY
451 help
452 Support for UFS PHY on QCOM chipsets.
453
Heikki Krogerus1c149052015-05-13 15:26:53 +0300454config PHY_TUSB1210
455 tristate "TI TUSB1210 ULPI PHY module"
456 depends on USB_ULPI_BUS
457 select GENERIC_PHY
458 help
459 Support for TI TUSB1210 USB ULPI PHY.
460
Anup Patel037c4182016-03-28 10:18:26 +0530461config PHY_BRCM_SATA
462 tristate "Broadcom SATA PHY driver"
463 depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST
Brian Norris0d486802015-05-20 17:18:40 -0700464 depends on OF
465 select GENERIC_PHY
Anup Patel037c4182016-03-28 10:18:26 +0530466 default ARCH_BCM_IPROC
Brian Norris0d486802015-05-20 17:18:40 -0700467 help
Anup Patel037c4182016-03-28 10:18:26 +0530468 Enable this to support the Broadcom SATA PHY.
469 If unsure, say N.
Brian Norris0d486802015-05-20 17:18:40 -0700470
Ray Jui882fed72015-09-21 10:17:18 -0700471config PHY_CYGNUS_PCIE
472 tristate "Broadcom Cygnus PCIe PHY driver"
473 depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST)
474 select GENERIC_PHY
475 default ARCH_BCM_CYGNUS
476 help
477 Enable this to support the Broadcom Cygnus PCIe PHY.
478 If unsure, say N.
479
Thierry Reding53d2a712015-11-11 18:24:21 +0100480source "drivers/phy/tegra/Kconfig"
481
Pramod Kumar4484f732016-06-10 11:03:51 +0530482config PHY_NS2_PCIE
483 tristate "Broadcom Northstar2 PCIe PHY driver"
484 depends on OF && MDIO_BUS_MUX_BCM_IPROC
485 select GENERIC_PHY
486 default ARCH_BCM_IPROC
487 help
488 Enable this to support the Broadcom Northstar2 PCIe PHY.
489 If unsure, say N.
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +0530490endmenu