Kishon Vijay Abraham I | ff76496 | 2013-09-27 11:53:25 +0530 | [diff] [blame] | 1 | # |
| 2 | # PHY |
| 3 | # |
| 4 | |
| 5 | menu "PHY Subsystem" |
| 6 | |
| 7 | config GENERIC_PHY |
Hans de Goede | b51fbf9 | 2014-02-17 14:29:24 +0530 | [diff] [blame] | 8 | bool "PHY Core" |
Kishon Vijay Abraham I | ff76496 | 2013-09-27 11:53:25 +0530 | [diff] [blame] | 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 | |
Antoine Tenart | 13ebb68 | 2014-11-20 22:53:25 +0100 | [diff] [blame] | 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 | |
Antoine Ténart | 942a31b | 2014-07-07 12:16:07 +0200 | [diff] [blame] | 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 | |
Gregory CLEMENT | eee4753 | 2014-11-13 12:47:46 +0100 | [diff] [blame] | 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 | |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 38 | config PHY_DM816X_USB |
| 39 | tristate "TI dm816x USB PHY driver" |
| 40 | depends on ARCH_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 41 | depends on USB_SUPPORT |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 42 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 43 | select USB_PHY |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 44 | help |
| 45 | Enable this for dm816x USB to work. |
| 46 | |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 47 | config PHY_EXYNOS_MIPI_VIDEO |
| 48 | tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" |
Sylwester Nawrocki | 13454e5 | 2014-02-21 17:44:01 +0100 | [diff] [blame] | 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 |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 53 | help |
| 54 | Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P |
| 55 | and EXYNOS SoCs. |
| 56 | |
Joachim Eastwood | cbf919b | 2015-07-09 22:48:25 +0200 | [diff] [blame] | 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 | |
Rob Herring | 10d9029 | 2015-05-29 11:38:43 -0500 | [diff] [blame] | 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 | |
Rob Herring | 603c5f9 | 2015-05-29 11:38:42 -0500 | [diff] [blame] | 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 | |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 88 | config PHY_MVEBU_SATA |
| 89 | def_bool y |
Andrew Lunn | 74d64b5 | 2014-07-10 23:36:30 +0200 | [diff] [blame] | 90 | depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 91 | depends on OF |
| 92 | select GENERIC_PHY |
| 93 | |
Gabriel FERNANDEZ | 2c14e9b | 2014-11-04 11:51:19 +0100 | [diff] [blame] | 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 | |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 102 | config PHY_MIPHY365X |
| 103 | tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" |
| 104 | depends on ARCH_STI |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 105 | depends on HAS_IOMEM |
| 106 | depends on OF |
Lee Jones | fbb1a77 | 2014-07-22 10:47:37 +0100 | [diff] [blame] | 107 | select GENERIC_PHY |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 108 | help |
| 109 | Enable this to support the miphy transceiver (for SATA/PCIE) |
| 110 | that is part of STMicroelectronics STiH41x SoC series. |
| 111 | |
Sergei Shtylyov | 1233f59 | 2014-07-22 23:27:14 +0400 | [diff] [blame] | 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 | |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 119 | config OMAP_CONTROL_PHY |
| 120 | tristate "OMAP CONTROL PHY Driver" |
Jean Delvare | 907aa3a | 2014-04-19 08:51:42 +0530 | [diff] [blame] | 121 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 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 | |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 130 | config OMAP_USB2 |
| 131 | tristate "OMAP USB2 PHY Driver" |
| 132 | depends on ARCH_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 133 | depends on USB_SUPPORT |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 134 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 135 | select USB_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 136 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 137 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 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 | |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 144 | config TI_PIPE3 |
| 145 | tristate "TI PIPE3 PHY Driver" |
| 146 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
| 147 | select GENERIC_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 148 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 149 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 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 | |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 156 | config TWL4030_USB |
| 157 | tristate "TWL4030 USB Transceiver Driver" |
| 158 | depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 159 | depends on USB_SUPPORT |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 160 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 161 | select USB_PHY |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 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 | |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 168 | config PHY_EXYNOS_DP_VIDEO |
| 169 | tristate "EXYNOS SoC series Display Port PHY driver" |
| 170 | depends on OF |
Sylwester Nawrocki | a50ce20 | 2014-02-21 17:44:02 +0100 | [diff] [blame] | 171 | depends on ARCH_EXYNOS || COMPILE_TEST |
| 172 | default ARCH_EXYNOS |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 173 | select GENERIC_PHY |
| 174 | help |
| 175 | Support for Display Port PHY found on Samsung EXYNOS SoCs. |
| 176 | |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 177 | config BCM_KONA_USB2_PHY |
| 178 | tristate "Broadcom Kona USB2 PHY Driver" |
Richard Weinberger | 06c304e | 2014-02-17 14:29:21 +0530 | [diff] [blame] | 179 | depends on HAS_IOMEM |
Arnd Bergmann | 3fc03f3 | 2014-05-08 16:46:53 +0200 | [diff] [blame] | 180 | select GENERIC_PHY |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 181 | help |
| 182 | Enable this to support the Broadcom Kona USB 2.0 PHY. |
| 183 | |
Yuvaraj Kumar C D | bcff4cb | 2014-03-03 10:52:39 +0530 | [diff] [blame] | 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 | |
Jiancheng Xue | e379413 | 2014-07-03 22:28:38 +0800 | [diff] [blame] | 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 | |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 207 | config PHY_SUN4I_USB |
| 208 | tristate "Allwinner sunxi SoC USB PHY driver" |
| 209 | depends on ARCH_SUNXI && HAS_IOMEM && OF |
Maxime Ripard | 9820ccb | 2014-07-10 11:54:59 +0530 | [diff] [blame] | 210 | depends on RESET_CONTROLLER |
Hans de Goede | 1a52abe | 2015-06-13 14:37:46 +0200 | [diff] [blame^] | 211 | depends on EXTCON |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 212 | select GENERIC_PHY |
| 213 | help |
| 214 | Enable this to support the transceiver that is part of Allwinner |
| 215 | sunxi SoCs. |
| 216 | |
| 217 | This driver controls the entire USB PHY block, both the USB OTG |
| 218 | parts, as well as the 2 regular USB 2 host PHYs. |
| 219 | |
Chen-Yu Tsai | 9c3b443 | 2015-03-14 11:57:16 +0800 | [diff] [blame] | 220 | config PHY_SUN9I_USB |
| 221 | tristate "Allwinner sun9i SoC USB PHY driver" |
| 222 | depends on ARCH_SUNXI && HAS_IOMEM && OF |
| 223 | depends on RESET_CONTROLLER |
| 224 | select GENERIC_PHY |
| 225 | help |
| 226 | Enable this to support the transceiver that is part of Allwinner |
| 227 | sun9i SoCs. |
| 228 | |
| 229 | This driver controls each individual USB 2 host PHY. |
| 230 | |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 231 | config PHY_SAMSUNG_USB2 |
| 232 | tristate "Samsung USB 2.0 PHY driver" |
Chen Gang | 4732aee | 2014-06-10 20:04:58 +0800 | [diff] [blame] | 233 | depends on HAS_IOMEM |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 234 | depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 235 | select GENERIC_PHY |
| 236 | select MFD_SYSCON |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 237 | default ARCH_EXYNOS |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 238 | help |
| 239 | Enable this to support the Samsung USB 2.0 PHY driver for Samsung |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 240 | SoCs. This driver provides the interface for USB 2.0 PHY. Support |
| 241 | for particular PHYs will be enabled based on the SoC type in addition |
| 242 | to this driver. |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 243 | |
Mateusz Krawczuk | 949ccc3 | 2013-12-20 14:24:12 +0100 | [diff] [blame] | 244 | config PHY_S5PV210_USB2 |
| 245 | bool "Support for S5PV210" |
| 246 | depends on PHY_SAMSUNG_USB2 |
| 247 | depends on ARCH_S5PV210 |
| 248 | help |
| 249 | Enable USB PHY support for S5PV210. This option requires that Samsung |
| 250 | USB 2.0 PHY driver is enabled and means that support for this |
| 251 | particular SoC is compiled in the driver. In case of S5PV210 two phys |
| 252 | are available - device and host. |
| 253 | |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 254 | config PHY_EXYNOS4210_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 255 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 256 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 257 | default CPU_EXYNOS4210 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 258 | |
| 259 | config PHY_EXYNOS4X12_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 260 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 261 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 262 | default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 263 | |
| 264 | config PHY_EXYNOS5250_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 265 | bool |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 266 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 267 | default SOC_EXYNOS5250 || SOC_EXYNOS5420 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 268 | |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 269 | config PHY_EXYNOS5_USBDRD |
| 270 | tristate "Exynos5 SoC series USB DRD PHY driver" |
Vivek Gautam | 556186a | 2014-11-21 19:05:50 +0530 | [diff] [blame] | 271 | depends on ARCH_EXYNOS && OF |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 272 | depends on HAS_IOMEM |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 273 | depends on USB_DWC3_EXYNOS |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 274 | select GENERIC_PHY |
| 275 | select MFD_SYSCON |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 276 | default y |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 277 | help |
| 278 | Enable USB DRD PHY support for Exynos 5 SoC series. |
| 279 | This driver provides PHY interface for USB 3.0 DRD controller |
| 280 | present on Exynos5 SoC series. |
| 281 | |
Andrew Bresticker | 57991eb | 2015-04-07 15:04:17 -0700 | [diff] [blame] | 282 | config PHY_PISTACHIO_USB |
| 283 | tristate "IMG Pistachio USB2.0 PHY driver" |
| 284 | depends on MACH_PISTACHIO |
| 285 | select GENERIC_PHY |
| 286 | help |
| 287 | Enable this to support the USB2.0 PHY on the IMG Pistachio SoC. |
| 288 | |
Srinivas Kandagatla | 1de990d | 2014-07-14 12:17:59 +0100 | [diff] [blame] | 289 | config PHY_QCOM_APQ8064_SATA |
| 290 | tristate "Qualcomm APQ8064 SATA SerDes/PHY driver" |
| 291 | depends on ARCH_QCOM |
| 292 | depends on HAS_IOMEM |
| 293 | depends on OF |
| 294 | select GENERIC_PHY |
| 295 | |
Kumar Gala | 4f6160d | 2014-07-16 11:10:08 -0500 | [diff] [blame] | 296 | config PHY_QCOM_IPQ806X_SATA |
| 297 | tristate "Qualcomm IPQ806x SATA SerDes/PHY driver" |
| 298 | depends on ARCH_QCOM |
| 299 | depends on HAS_IOMEM |
| 300 | depends on OF |
| 301 | select GENERIC_PHY |
| 302 | |
Yunzhi Li | 64d1140 | 2014-12-12 23:07:46 +0800 | [diff] [blame] | 303 | config PHY_ROCKCHIP_USB |
| 304 | tristate "Rockchip USB2 PHY Driver" |
| 305 | depends on ARCH_ROCKCHIP && OF |
| 306 | select GENERIC_PHY |
| 307 | help |
| 308 | Enable this to support the Rockchip USB 2.0 PHY. |
| 309 | |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 310 | config PHY_ST_SPEAR1310_MIPHY |
| 311 | tristate "ST SPEAR1310-MIPHY driver" |
| 312 | select GENERIC_PHY |
Bartlomiej Zolnierkiewicz | 6100a7c | 2014-09-01 17:03:17 +0200 | [diff] [blame] | 313 | depends on MACH_SPEAR1310 || COMPILE_TEST |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 314 | help |
| 315 | Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA. |
| 316 | |
| 317 | config PHY_ST_SPEAR1340_MIPHY |
| 318 | tristate "ST SPEAR1340-MIPHY driver" |
| 319 | select GENERIC_PHY |
Bartlomiej Zolnierkiewicz | 7652d35 | 2014-09-01 17:04:15 +0200 | [diff] [blame] | 320 | depends on MACH_SPEAR1340 || COMPILE_TEST |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 321 | help |
| 322 | Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA. |
| 323 | |
Linus Torvalds | 10c8e05 | 2014-08-08 11:34:32 -0700 | [diff] [blame] | 324 | config PHY_XGENE |
| 325 | tristate "APM X-Gene 15Gbps PHY support" |
| 326 | depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) |
| 327 | select GENERIC_PHY |
| 328 | help |
| 329 | This option enables support for APM X-Gene SoC multi-purpose PHY. |
| 330 | |
Peter Griffin | 89ae1f5 | 2014-09-11 18:02:44 +0100 | [diff] [blame] | 331 | config PHY_STIH407_USB |
| 332 | tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family" |
| 333 | depends on RESET_CONTROLLER |
| 334 | depends on ARCH_STI || COMPILE_TEST |
| 335 | select GENERIC_PHY |
| 336 | help |
| 337 | Enable this support to enable the picoPHY device used by USB2 |
| 338 | and USB3 controllers on STMicroelectronics STiH407 SoC families. |
| 339 | |
Peter Griffin | 3f8da2e | 2014-09-08 11:33:00 +0100 | [diff] [blame] | 340 | config PHY_STIH41X_USB |
| 341 | tristate "STMicroelectronics USB2 PHY driver for STiH41x series" |
| 342 | depends on ARCH_STI |
| 343 | select GENERIC_PHY |
| 344 | help |
| 345 | Enable this to support the USB transceiver that is part of |
| 346 | STMicroelectronics STiH41x SoC series. |
| 347 | |
Yaniv Gardi | adaafaa | 2015-01-15 16:32:35 +0200 | [diff] [blame] | 348 | config PHY_QCOM_UFS |
| 349 | tristate "Qualcomm UFS PHY driver" |
Stephen Boyd | 4d051f7 | 2015-04-10 16:11:04 -0700 | [diff] [blame] | 350 | depends on OF && ARCH_QCOM |
Yaniv Gardi | adaafaa | 2015-01-15 16:32:35 +0200 | [diff] [blame] | 351 | select GENERIC_PHY |
| 352 | help |
| 353 | Support for UFS PHY on QCOM chipsets. |
| 354 | |
Heikki Krogerus | 1c14905 | 2015-05-13 15:26:53 +0300 | [diff] [blame] | 355 | config PHY_TUSB1210 |
| 356 | tristate "TI TUSB1210 ULPI PHY module" |
| 357 | depends on USB_ULPI_BUS |
| 358 | select GENERIC_PHY |
| 359 | help |
| 360 | Support for TI TUSB1210 USB ULPI PHY. |
| 361 | |
Brian Norris | 0d48680 | 2015-05-20 17:18:40 -0700 | [diff] [blame] | 362 | config PHY_BRCMSTB_SATA |
| 363 | tristate "Broadcom STB SATA PHY driver" |
| 364 | depends on ARCH_BRCMSTB |
| 365 | depends on OF |
| 366 | select GENERIC_PHY |
| 367 | help |
| 368 | Enable this to support the SATA3 PHY on 28nm Broadcom STB SoCs. |
| 369 | Likely useful only with CONFIG_SATA_BRCMSTB enabled. |
| 370 | |
Kishon Vijay Abraham I | ff76496 | 2013-09-27 11:53:25 +0530 | [diff] [blame] | 371 | endmenu |