blob: 96d43d5acc57219ecdf15cd62132b42e1dfa52dd [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
Antoine Tenart13ebb682014-11-20 22:53:25 +010018config 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
Antoine Ténart942a31b2014-07-07 12:16:07 +020025config 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
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053032config PHY_EXYNOS_MIPI_VIDEO
33 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
Sylwester Nawrocki13454e52014-02-21 17:44:01 +010034 depends on HAS_IOMEM
35 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
36 select GENERIC_PHY
37 default y if ARCH_S5PV210 || ARCH_EXYNOS
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053038 help
39 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
40 and EXYNOS SoCs.
41
Andrew Lunne3eae852013-12-17 21:21:50 +010042config PHY_MVEBU_SATA
43 def_bool y
Andrew Lunn74d64b52014-07-10 23:36:30 +020044 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
Andrew Lunne3eae852013-12-17 21:21:50 +010045 depends on OF
46 select GENERIC_PHY
47
Gabriel FERNANDEZ2c14e9b2014-11-04 11:51:19 +010048config PHY_MIPHY28LP
49 tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
50 depends on ARCH_STI
51 select GENERIC_PHY
52 help
53 Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
54 that is part of STMicroelectronics STiH407 SoC.
55
Lee Jones6e877fe2014-07-09 12:41:12 +010056config PHY_MIPHY365X
57 tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
58 depends on ARCH_STI
Lee Jones6e877fe2014-07-09 12:41:12 +010059 depends on HAS_IOMEM
60 depends on OF
Lee Jonesfbb1a772014-07-22 10:47:37 +010061 select GENERIC_PHY
Lee Jones6e877fe2014-07-09 12:41:12 +010062 help
63 Enable this to support the miphy transceiver (for SATA/PCIE)
64 that is part of STMicroelectronics STiH41x SoC series.
65
Sergei Shtylyov1233f592014-07-22 23:27:14 +040066config PHY_RCAR_GEN2
67 tristate "Renesas R-Car generation 2 USB PHY driver"
68 depends on ARCH_SHMOBILE
69 depends on GENERIC_PHY
70 help
71 Support for USB PHY found on Renesas R-Car generation 2 SoCs.
72
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020073config OMAP_CONTROL_PHY
74 tristate "OMAP CONTROL PHY Driver"
Jean Delvare907aa3a2014-04-19 08:51:42 +053075 depends on ARCH_OMAP2PLUS || COMPILE_TEST
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020076 help
77 Enable this to add support for the PHY part present in the control
78 module. This driver has API to power on the USB2 PHY and to write to
79 the mailbox. The mailbox is present only in omap4 and the register to
80 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
81 additional register to power on USB3 PHY/SATA PHY/PCIE PHY
82 (PIPE3 PHY).
83
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053084config OMAP_USB2
85 tristate "OMAP USB2 PHY Driver"
86 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I88207842013-12-06 17:51:20 +053087 depends on USB_PHY
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053088 select GENERIC_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020089 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +020090 depends on OMAP_OCP2SCP
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053091 help
92 Enable this to support the transceiver that is part of SOC. This
93 driver takes care of all the PHY functionality apart from comparator.
94 The USB OTG controller communicates with the comparator using this
95 driver.
96
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +053097config TI_PIPE3
98 tristate "TI PIPE3 PHY Driver"
99 depends on ARCH_OMAP2PLUS || COMPILE_TEST
100 select GENERIC_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +0200101 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +0200102 depends on OMAP_OCP2SCP
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +0530103 help
104 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
105 driver takes care of all the PHY functionality apart from comparator.
106 This driver interacts with the "OMAP Control PHY Driver" to power
107 on/off the PHY.
108
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530109config TWL4030_USB
110 tristate "TWL4030 USB Transceiver Driver"
111 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
Kishon Vijay Abraham I88207842013-12-06 17:51:20 +0530112 depends on USB_PHY
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530113 select GENERIC_PHY
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +0530114 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
Jingoo Han74988e82013-10-16 21:58:14 +0530120config PHY_EXYNOS_DP_VIDEO
121 tristate "EXYNOS SoC series Display Port PHY driver"
122 depends on OF
Sylwester Nawrockia50ce202014-02-21 17:44:02 +0100123 depends on ARCH_EXYNOS || COMPILE_TEST
124 default ARCH_EXYNOS
Jingoo Han74988e82013-10-16 21:58:14 +0530125 select GENERIC_PHY
126 help
127 Support for Display Port PHY found on Samsung EXYNOS SoCs.
128
Matt Porter7597fdf2013-12-19 09:23:09 -0500129config BCM_KONA_USB2_PHY
130 tristate "Broadcom Kona USB2 PHY Driver"
Richard Weinberger06c304e2014-02-17 14:29:21 +0530131 depends on HAS_IOMEM
Arnd Bergmann3fc03f32014-05-08 16:46:53 +0200132 select GENERIC_PHY
Matt Porter7597fdf2013-12-19 09:23:09 -0500133 help
134 Enable this to support the Broadcom Kona USB 2.0 PHY.
135
Yuvaraj Kumar C Dbcff4cb2014-03-03 10:52:39 +0530136config PHY_EXYNOS5250_SATA
137 tristate "Exynos5250 Sata SerDes/PHY driver"
138 depends on SOC_EXYNOS5250
139 depends on HAS_IOMEM
140 depends on OF
141 select GENERIC_PHY
142 select I2C
143 select I2C_S3C2410
144 select MFD_SYSCON
145 help
146 Enable this to support SATA SerDes/Phy found on Samsung's
147 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
148 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
149 port to accept one SATA device.
150
Jiancheng Xuee3794132014-07-03 22:28:38 +0800151config PHY_HIX5HD2_SATA
152 tristate "HIX5HD2 SATA PHY Driver"
153 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
154 select GENERIC_PHY
155 select MFD_SYSCON
156 help
157 Support for SATA PHY on Hisilicon hix5hd2 Soc.
158
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100159config PHY_SUN4I_USB
160 tristate "Allwinner sunxi SoC USB PHY driver"
161 depends on ARCH_SUNXI && HAS_IOMEM && OF
Maxime Ripard9820ccb2014-07-10 11:54:59 +0530162 depends on RESET_CONTROLLER
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100163 select GENERIC_PHY
164 help
165 Enable this to support the transceiver that is part of Allwinner
166 sunxi SoCs.
167
168 This driver controls the entire USB PHY block, both the USB OTG
169 parts, as well as the 2 regular USB 2 host PHYs.
170
Kamil Debski06fb0132014-03-06 12:16:48 +0100171config PHY_SAMSUNG_USB2
172 tristate "Samsung USB 2.0 PHY driver"
Chen Gang4732aee2014-06-10 20:04:58 +0800173 depends on HAS_IOMEM
Sachin Kamatd6125af2014-07-14 15:38:41 +0530174 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
Kamil Debski06fb0132014-03-06 12:16:48 +0100175 select GENERIC_PHY
176 select MFD_SYSCON
Sachin Kamatd6125af2014-07-14 15:38:41 +0530177 default ARCH_EXYNOS
Kamil Debski06fb0132014-03-06 12:16:48 +0100178 help
179 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
Sachin Kamatd6125af2014-07-14 15:38:41 +0530180 SoCs. This driver provides the interface for USB 2.0 PHY. Support
181 for particular PHYs will be enabled based on the SoC type in addition
182 to this driver.
Kamil Debski06fb0132014-03-06 12:16:48 +0100183
Mateusz Krawczuk949ccc32013-12-20 14:24:12 +0100184config PHY_S5PV210_USB2
185 bool "Support for S5PV210"
186 depends on PHY_SAMSUNG_USB2
187 depends on ARCH_S5PV210
188 help
189 Enable USB PHY support for S5PV210. This option requires that Samsung
190 USB 2.0 PHY driver is enabled and means that support for this
191 particular SoC is compiled in the driver. In case of S5PV210 two phys
192 are available - device and host.
193
Kamil Debski06fb0132014-03-06 12:16:48 +0100194config PHY_EXYNOS4210_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530195 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100196 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530197 default CPU_EXYNOS4210
Kamil Debski06fb0132014-03-06 12:16:48 +0100198
199config PHY_EXYNOS4X12_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530200 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100201 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530202 default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
Kamil Debski64bf2b22014-03-06 12:16:49 +0100203
204config PHY_EXYNOS5250_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530205 bool
Kamil Debski64bf2b22014-03-06 12:16:49 +0100206 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530207 default SOC_EXYNOS5250 || SOC_EXYNOS5420
Kamil Debski64bf2b22014-03-06 12:16:49 +0100208
Vivek Gautam59025882014-05-13 15:30:16 +0530209config PHY_EXYNOS5_USBDRD
210 tristate "Exynos5 SoC series USB DRD PHY driver"
Vivek Gautam556186a2014-11-21 19:05:50 +0530211 depends on ARCH_EXYNOS && OF
Vivek Gautam59025882014-05-13 15:30:16 +0530212 depends on HAS_IOMEM
Sachin Kamatc233f522014-07-14 15:38:42 +0530213 depends on USB_DWC3_EXYNOS
Vivek Gautam59025882014-05-13 15:30:16 +0530214 select GENERIC_PHY
215 select MFD_SYSCON
Sachin Kamatc233f522014-07-14 15:38:42 +0530216 default y
Vivek Gautam59025882014-05-13 15:30:16 +0530217 help
218 Enable USB DRD PHY support for Exynos 5 SoC series.
219 This driver provides PHY interface for USB 3.0 DRD controller
220 present on Exynos5 SoC series.
221
Srinivas Kandagatla1de990d2014-07-14 12:17:59 +0100222config PHY_QCOM_APQ8064_SATA
223 tristate "Qualcomm APQ8064 SATA SerDes/PHY driver"
224 depends on ARCH_QCOM
225 depends on HAS_IOMEM
226 depends on OF
227 select GENERIC_PHY
228
Kumar Gala4f6160d2014-07-16 11:10:08 -0500229config PHY_QCOM_IPQ806X_SATA
230 tristate "Qualcomm IPQ806x SATA SerDes/PHY driver"
231 depends on ARCH_QCOM
232 depends on HAS_IOMEM
233 depends on OF
234 select GENERIC_PHY
235
Pratyush Anand64562e92014-04-14 15:27:36 +0530236config PHY_ST_SPEAR1310_MIPHY
237 tristate "ST SPEAR1310-MIPHY driver"
238 select GENERIC_PHY
Bartlomiej Zolnierkiewicz6100a7c2014-09-01 17:03:17 +0200239 depends on MACH_SPEAR1310 || COMPILE_TEST
Pratyush Anand64562e92014-04-14 15:27:36 +0530240 help
241 Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
242
243config PHY_ST_SPEAR1340_MIPHY
244 tristate "ST SPEAR1340-MIPHY driver"
245 select GENERIC_PHY
Bartlomiej Zolnierkiewicz7652d352014-09-01 17:04:15 +0200246 depends on MACH_SPEAR1340 || COMPILE_TEST
Pratyush Anand64562e92014-04-14 15:27:36 +0530247 help
248 Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
249
Linus Torvalds10c8e052014-08-08 11:34:32 -0700250config PHY_XGENE
251 tristate "APM X-Gene 15Gbps PHY support"
252 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
253 select GENERIC_PHY
254 help
255 This option enables support for APM X-Gene SoC multi-purpose PHY.
256
Peter Griffin89ae1f52014-09-11 18:02:44 +0100257config PHY_STIH407_USB
258 tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
259 depends on RESET_CONTROLLER
260 depends on ARCH_STI || COMPILE_TEST
261 select GENERIC_PHY
262 help
263 Enable this support to enable the picoPHY device used by USB2
264 and USB3 controllers on STMicroelectronics STiH407 SoC families.
265
Peter Griffin3f8da2e2014-09-08 11:33:00 +0100266config PHY_STIH41X_USB
267 tristate "STMicroelectronics USB2 PHY driver for STiH41x series"
268 depends on ARCH_STI
269 select GENERIC_PHY
270 help
271 Enable this to support the USB transceiver that is part of
272 STMicroelectronics STiH41x SoC series.
273
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +0530274endmenu