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 | |
Rafał Miłecki | d3feb40 | 2016-04-14 11:37:43 +0200 | [diff] [blame] | 18 | config 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 | |
Antoine Tenart | 13ebb68 | 2014-11-20 22:53:25 +0100 | [diff] [blame] | 27 | config PHY_BERLIN_USB |
| 28 | tristate "Marvell Berlin USB PHY Driver" |
| 29 | depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF |
| 30 | select GENERIC_PHY |
| 31 | help |
| 32 | Enable this to support the USB PHY on Marvell Berlin SoCs. |
| 33 | |
Antoine Ténart | 942a31b | 2014-07-07 12:16:07 +0200 | [diff] [blame] | 34 | config PHY_BERLIN_SATA |
| 35 | tristate "Marvell Berlin SATA PHY driver" |
| 36 | depends on ARCH_BERLIN && HAS_IOMEM && OF |
| 37 | select GENERIC_PHY |
| 38 | help |
| 39 | Enable this to support the SATA PHY on Marvell Berlin SoCs. |
| 40 | |
Gregory CLEMENT | eee4753 | 2014-11-13 12:47:46 +0100 | [diff] [blame] | 41 | config ARMADA375_USBCLUSTER_PHY |
| 42 | def_bool y |
| 43 | depends on MACH_ARMADA_375 || COMPILE_TEST |
Krzysztof Kozlowski | 89636ad | 2016-02-29 14:56:30 +0900 | [diff] [blame] | 44 | depends on OF && HAS_IOMEM |
Gregory CLEMENT | eee4753 | 2014-11-13 12:47:46 +0100 | [diff] [blame] | 45 | select GENERIC_PHY |
| 46 | |
David Lechner | f2e6004 | 2016-05-09 18:40:00 -0500 | [diff] [blame] | 47 | config PHY_DA8XX_USB |
| 48 | tristate "TI DA8xx USB PHY Driver" |
| 49 | depends on ARCH_DAVINCI_DA8XX |
| 50 | select GENERIC_PHY |
| 51 | select MFD_SYSCON |
| 52 | help |
| 53 | Enable this to support the USB PHY on DA8xx SoCs. |
| 54 | |
| 55 | This driver controls both the USB 1.1 PHY and the USB 2.0 PHY. |
| 56 | |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 57 | config PHY_DM816X_USB |
| 58 | tristate "TI dm816x USB PHY driver" |
| 59 | depends on ARCH_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 60 | depends on USB_SUPPORT |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 61 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 62 | select USB_PHY |
Tony Lindgren | 609adde | 2015-03-19 17:08:07 -0700 | [diff] [blame] | 63 | help |
| 64 | Enable this for dm816x USB to work. |
| 65 | |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 66 | config PHY_EXYNOS_MIPI_VIDEO |
| 67 | tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" |
Sylwester Nawrocki | 13454e5 | 2014-02-21 17:44:01 +0100 | [diff] [blame] | 68 | depends on HAS_IOMEM |
| 69 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
| 70 | select GENERIC_PHY |
| 71 | default y if ARCH_S5PV210 || ARCH_EXYNOS |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 72 | help |
| 73 | Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P |
| 74 | and EXYNOS SoCs. |
| 75 | |
Joachim Eastwood | cbf919b | 2015-07-09 22:48:25 +0200 | [diff] [blame] | 76 | config PHY_LPC18XX_USB_OTG |
| 77 | tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver" |
| 78 | depends on OF && (ARCH_LPC18XX || COMPILE_TEST) |
| 79 | depends on MFD_SYSCON |
| 80 | select GENERIC_PHY |
| 81 | help |
| 82 | Enable this to support NXP LPC18xx/43xx internal USB OTG PHY. |
| 83 | |
| 84 | This driver is need for USB0 support on LPC18xx/43xx and takes |
| 85 | care of enabling and clock setup. |
| 86 | |
Rob Herring | 10d9029 | 2015-05-29 11:38:43 -0500 | [diff] [blame] | 87 | config PHY_PXA_28NM_HSIC |
| 88 | tristate "Marvell USB HSIC 28nm PHY Driver" |
Sebastian Ott | 1c4b1d1 | 2015-06-29 16:57:08 +0200 | [diff] [blame] | 89 | depends on HAS_IOMEM |
Rob Herring | 10d9029 | 2015-05-29 11:38:43 -0500 | [diff] [blame] | 90 | select GENERIC_PHY |
| 91 | help |
| 92 | Enable this to support Marvell USB HSIC PHY driver for Marvell |
| 93 | SoC. This driver will do the PHY initialization and shutdown. |
| 94 | The PHY driver will be used by Marvell ehci driver. |
| 95 | |
| 96 | To compile this driver as a module, choose M here. |
| 97 | |
Rob Herring | 603c5f9 | 2015-05-29 11:38:42 -0500 | [diff] [blame] | 98 | config PHY_PXA_28NM_USB2 |
| 99 | tristate "Marvell USB 2.0 28nm PHY Driver" |
Sebastian Ott | 1c4b1d1 | 2015-06-29 16:57:08 +0200 | [diff] [blame] | 100 | depends on HAS_IOMEM |
Rob Herring | 603c5f9 | 2015-05-29 11:38:42 -0500 | [diff] [blame] | 101 | select GENERIC_PHY |
| 102 | help |
| 103 | Enable this to support Marvell USB 2.0 PHY driver for Marvell |
| 104 | SoC. This driver will do the PHY initialization and shutdown. |
| 105 | The PHY driver will be used by Marvell udc/ehci/otg driver. |
| 106 | |
| 107 | To compile this driver as a module, choose M here. |
| 108 | |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 109 | config PHY_MVEBU_SATA |
| 110 | def_bool y |
Andrew Lunn | 74d64b5 | 2014-07-10 23:36:30 +0200 | [diff] [blame] | 111 | depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 112 | depends on OF |
| 113 | select GENERIC_PHY |
| 114 | |
Gabriel FERNANDEZ | 2c14e9b | 2014-11-04 11:51:19 +0100 | [diff] [blame] | 115 | config PHY_MIPHY28LP |
| 116 | tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407" |
| 117 | depends on ARCH_STI |
| 118 | select GENERIC_PHY |
| 119 | help |
| 120 | Enable this to support the miphy transceiver (for SATA/PCIE/USB3) |
| 121 | that is part of STMicroelectronics STiH407 SoC. |
| 122 | |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 123 | config PHY_MIPHY365X |
| 124 | tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" |
| 125 | depends on ARCH_STI |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 126 | depends on HAS_IOMEM |
| 127 | depends on OF |
Lee Jones | fbb1a77 | 2014-07-22 10:47:37 +0100 | [diff] [blame] | 128 | select GENERIC_PHY |
Lee Jones | 6e877fe | 2014-07-09 12:41:12 +0100 | [diff] [blame] | 129 | help |
| 130 | Enable this to support the miphy transceiver (for SATA/PCIE) |
| 131 | that is part of STMicroelectronics STiH41x SoC series. |
| 132 | |
Sergei Shtylyov | 1233f59 | 2014-07-22 23:27:14 +0400 | [diff] [blame] | 133 | config PHY_RCAR_GEN2 |
| 134 | tristate "Renesas R-Car generation 2 USB PHY driver" |
Simon Horman | ec9e805 | 2016-03-07 10:14:24 +0900 | [diff] [blame] | 135 | depends on ARCH_RENESAS |
Sergei Shtylyov | 1233f59 | 2014-07-22 23:27:14 +0400 | [diff] [blame] | 136 | depends on GENERIC_PHY |
| 137 | help |
| 138 | Support for USB PHY found on Renesas R-Car generation 2 SoCs. |
| 139 | |
Yoshihiro Shimoda | f3b5a8d | 2015-11-30 10:44:30 +0900 | [diff] [blame] | 140 | config PHY_RCAR_GEN3_USB2 |
| 141 | tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" |
Simon Horman | ec9e805 | 2016-03-07 10:14:24 +0900 | [diff] [blame] | 142 | depends on ARCH_RENESAS |
Yoshihiro Shimoda | 2b38543 | 2016-04-29 14:22:25 +0530 | [diff] [blame] | 143 | depends on EXTCON |
Yoshihiro Shimoda | f3b5a8d | 2015-11-30 10:44:30 +0900 | [diff] [blame] | 144 | select GENERIC_PHY |
| 145 | help |
| 146 | Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs. |
| 147 | |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 148 | config OMAP_CONTROL_PHY |
| 149 | tristate "OMAP CONTROL PHY Driver" |
Jean Delvare | 907aa3a | 2014-04-19 08:51:42 +0530 | [diff] [blame] | 150 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 151 | help |
| 152 | Enable this to add support for the PHY part present in the control |
| 153 | module. This driver has API to power on the USB2 PHY and to write to |
| 154 | the mailbox. The mailbox is present only in omap4 and the register to |
| 155 | power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an |
| 156 | additional register to power on USB3 PHY/SATA PHY/PCIE PHY |
| 157 | (PIPE3 PHY). |
| 158 | |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 159 | config OMAP_USB2 |
| 160 | tristate "OMAP USB2 PHY Driver" |
| 161 | depends on ARCH_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 162 | depends on USB_SUPPORT |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 163 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 164 | select USB_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 165 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 166 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 167 | help |
| 168 | Enable this to support the transceiver that is part of SOC. This |
| 169 | driver takes care of all the PHY functionality apart from comparator. |
| 170 | The USB OTG controller communicates with the comparator using this |
| 171 | driver. |
| 172 | |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 173 | config TI_PIPE3 |
| 174 | tristate "TI PIPE3 PHY Driver" |
| 175 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
| 176 | select GENERIC_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 177 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 178 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 179 | help |
| 180 | Enable this to support the PIPE3 PHY that is part of TI SOCs. This |
| 181 | driver takes care of all the PHY functionality apart from comparator. |
| 182 | This driver interacts with the "OMAP Control PHY Driver" to power |
| 183 | on/off the PHY. |
| 184 | |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 185 | config TWL4030_USB |
| 186 | tristate "TWL4030 USB Transceiver Driver" |
| 187 | depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 188 | depends on USB_SUPPORT |
Felipe Balbi | 5a8d651 | 2016-05-31 13:07:47 +0300 | [diff] [blame] | 189 | depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y' |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 190 | select GENERIC_PHY |
Felipe Balbi | 7f7a4d3 | 2015-04-28 11:13:15 -0500 | [diff] [blame] | 191 | select USB_PHY |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 192 | help |
| 193 | Enable this to support the USB OTG transceiver on TWL4030 |
| 194 | family chips (including the TWL5030 and TPS659x0 devices). |
| 195 | This transceiver supports high and full speed devices plus, |
| 196 | in host mode, low speed. |
| 197 | |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 198 | config PHY_EXYNOS_DP_VIDEO |
| 199 | tristate "EXYNOS SoC series Display Port PHY driver" |
| 200 | depends on OF |
Sylwester Nawrocki | a50ce20 | 2014-02-21 17:44:02 +0100 | [diff] [blame] | 201 | depends on ARCH_EXYNOS || COMPILE_TEST |
| 202 | default ARCH_EXYNOS |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 203 | select GENERIC_PHY |
| 204 | help |
| 205 | Support for Display Port PHY found on Samsung EXYNOS SoCs. |
| 206 | |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 207 | config BCM_KONA_USB2_PHY |
| 208 | tristate "Broadcom Kona USB2 PHY Driver" |
Richard Weinberger | 06c304e | 2014-02-17 14:29:21 +0530 | [diff] [blame] | 209 | depends on HAS_IOMEM |
Arnd Bergmann | 3fc03f3 | 2014-05-08 16:46:53 +0200 | [diff] [blame] | 210 | select GENERIC_PHY |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 211 | help |
| 212 | Enable this to support the Broadcom Kona USB 2.0 PHY. |
| 213 | |
Yuvaraj Kumar C D | bcff4cb | 2014-03-03 10:52:39 +0530 | [diff] [blame] | 214 | config PHY_EXYNOS5250_SATA |
| 215 | tristate "Exynos5250 Sata SerDes/PHY driver" |
| 216 | depends on SOC_EXYNOS5250 |
| 217 | depends on HAS_IOMEM |
| 218 | depends on OF |
| 219 | select GENERIC_PHY |
| 220 | select I2C |
| 221 | select I2C_S3C2410 |
| 222 | select MFD_SYSCON |
| 223 | help |
| 224 | Enable this to support SATA SerDes/Phy found on Samsung's |
| 225 | Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s, |
| 226 | SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host |
| 227 | port to accept one SATA device. |
| 228 | |
Jiancheng Xue | e379413 | 2014-07-03 22:28:38 +0800 | [diff] [blame] | 229 | config PHY_HIX5HD2_SATA |
| 230 | tristate "HIX5HD2 SATA PHY Driver" |
| 231 | depends on ARCH_HIX5HD2 && OF && HAS_IOMEM |
| 232 | select GENERIC_PHY |
| 233 | select MFD_SYSCON |
| 234 | help |
| 235 | Support for SATA PHY on Hisilicon hix5hd2 Soc. |
| 236 | |
Chunfeng Yun | dc7f190 | 2015-09-29 11:01:36 +0800 | [diff] [blame] | 237 | config PHY_MT65XX_USB3 |
| 238 | tristate "Mediatek USB3.0 PHY Driver" |
| 239 | depends on ARCH_MEDIATEK && OF |
| 240 | select GENERIC_PHY |
| 241 | help |
Chunfeng Yun | e1d7653 | 2016-04-20 08:14:02 +0800 | [diff] [blame] | 242 | Say 'Y' here to add support for Mediatek USB3.0 PHY driver, |
| 243 | it supports multiple usb2.0 and usb3.0 ports. |
Chunfeng Yun | dc7f190 | 2015-09-29 11:01:36 +0800 | [diff] [blame] | 244 | |
Zhangfei Gao | 30e9a0b | 2015-11-23 11:46:27 +0800 | [diff] [blame] | 245 | config PHY_HI6220_USB |
| 246 | tristate "hi6220 USB PHY support" |
Geert Uytterhoeven | d896910 | 2016-01-15 14:40:24 +0100 | [diff] [blame] | 247 | depends on (ARCH_HISI && ARM64) || COMPILE_TEST |
Zhangfei Gao | 30e9a0b | 2015-11-23 11:46:27 +0800 | [diff] [blame] | 248 | select GENERIC_PHY |
| 249 | select MFD_SYSCON |
| 250 | help |
| 251 | Enable this to support the HISILICON HI6220 USB PHY. |
| 252 | |
| 253 | To compile this driver as a module, choose M here. |
| 254 | |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 255 | config PHY_SUN4I_USB |
| 256 | tristate "Allwinner sunxi SoC USB PHY driver" |
| 257 | depends on ARCH_SUNXI && HAS_IOMEM && OF |
Maxime Ripard | 9820ccb | 2014-07-10 11:54:59 +0530 | [diff] [blame] | 258 | depends on RESET_CONTROLLER |
Hans de Goede | 1a52abe | 2015-06-13 14:37:46 +0200 | [diff] [blame] | 259 | depends on EXTCON |
Hans de Goede | 8665c18 | 2015-06-13 14:37:51 +0200 | [diff] [blame] | 260 | depends on POWER_SUPPLY |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 261 | select GENERIC_PHY |
| 262 | help |
| 263 | Enable this to support the transceiver that is part of Allwinner |
| 264 | sunxi SoCs. |
| 265 | |
| 266 | This driver controls the entire USB PHY block, both the USB OTG |
| 267 | parts, as well as the 2 regular USB 2 host PHYs. |
| 268 | |
Chen-Yu Tsai | 9c3b443 | 2015-03-14 11:57:16 +0800 | [diff] [blame] | 269 | config PHY_SUN9I_USB |
| 270 | tristate "Allwinner sun9i SoC USB PHY driver" |
| 271 | depends on ARCH_SUNXI && HAS_IOMEM && OF |
| 272 | depends on RESET_CONTROLLER |
Arnd Bergmann | badf6d4 | 2016-03-23 17:45:08 +0100 | [diff] [blame] | 273 | depends on USB_SUPPORT |
| 274 | select USB_COMMON |
Chen-Yu Tsai | 9c3b443 | 2015-03-14 11:57:16 +0800 | [diff] [blame] | 275 | select GENERIC_PHY |
| 276 | help |
| 277 | Enable this to support the transceiver that is part of Allwinner |
| 278 | sun9i SoCs. |
| 279 | |
| 280 | This driver controls each individual USB 2 host PHY. |
| 281 | |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 282 | config PHY_SAMSUNG_USB2 |
| 283 | tristate "Samsung USB 2.0 PHY driver" |
Chen Gang | 4732aee | 2014-06-10 20:04:58 +0800 | [diff] [blame] | 284 | depends on HAS_IOMEM |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 285 | depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 286 | select GENERIC_PHY |
| 287 | select MFD_SYSCON |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 288 | default ARCH_EXYNOS |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 289 | help |
| 290 | 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] | 291 | SoCs. This driver provides the interface for USB 2.0 PHY. Support |
| 292 | for particular PHYs will be enabled based on the SoC type in addition |
| 293 | to this driver. |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 294 | |
Mateusz Krawczuk | 949ccc3 | 2013-12-20 14:24:12 +0100 | [diff] [blame] | 295 | config PHY_S5PV210_USB2 |
| 296 | bool "Support for S5PV210" |
| 297 | depends on PHY_SAMSUNG_USB2 |
| 298 | depends on ARCH_S5PV210 |
| 299 | help |
| 300 | Enable USB PHY support for S5PV210. This option requires that Samsung |
| 301 | USB 2.0 PHY driver is enabled and means that support for this |
| 302 | particular SoC is compiled in the driver. In case of S5PV210 two phys |
| 303 | are available - device and host. |
| 304 | |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 305 | config PHY_EXYNOS4210_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 306 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 307 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 308 | default CPU_EXYNOS4210 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 309 | |
| 310 | config PHY_EXYNOS4X12_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 311 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 312 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 313 | default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 314 | |
| 315 | config PHY_EXYNOS5250_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 316 | bool |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 317 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 318 | default SOC_EXYNOS5250 || SOC_EXYNOS5420 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 319 | |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 320 | config PHY_EXYNOS5_USBDRD |
| 321 | tristate "Exynos5 SoC series USB DRD PHY driver" |
Vivek Gautam | 556186a | 2014-11-21 19:05:50 +0530 | [diff] [blame] | 322 | depends on ARCH_EXYNOS && OF |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 323 | depends on HAS_IOMEM |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 324 | depends on USB_DWC3_EXYNOS |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 325 | select GENERIC_PHY |
| 326 | select MFD_SYSCON |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 327 | default y |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 328 | help |
| 329 | Enable USB DRD PHY support for Exynos 5 SoC series. |
| 330 | This driver provides PHY interface for USB 3.0 DRD controller |
| 331 | present on Exynos5 SoC series. |
| 332 | |
Andrew Bresticker | 57991eb | 2015-04-07 15:04:17 -0700 | [diff] [blame] | 333 | config PHY_PISTACHIO_USB |
| 334 | tristate "IMG Pistachio USB2.0 PHY driver" |
| 335 | depends on MACH_PISTACHIO |
| 336 | select GENERIC_PHY |
| 337 | help |
| 338 | Enable this to support the USB2.0 PHY on the IMG Pistachio SoC. |
| 339 | |
Srinivas Kandagatla | 1de990d | 2014-07-14 12:17:59 +0100 | [diff] [blame] | 340 | config PHY_QCOM_APQ8064_SATA |
| 341 | tristate "Qualcomm APQ8064 SATA SerDes/PHY driver" |
| 342 | depends on ARCH_QCOM |
| 343 | depends on HAS_IOMEM |
| 344 | depends on OF |
| 345 | select GENERIC_PHY |
| 346 | |
Kumar Gala | 4f6160d | 2014-07-16 11:10:08 -0500 | [diff] [blame] | 347 | config PHY_QCOM_IPQ806X_SATA |
| 348 | tristate "Qualcomm IPQ806x SATA SerDes/PHY driver" |
| 349 | depends on ARCH_QCOM |
| 350 | depends on HAS_IOMEM |
| 351 | depends on OF |
| 352 | select GENERIC_PHY |
| 353 | |
Yunzhi Li | 64d1140 | 2014-12-12 23:07:46 +0800 | [diff] [blame] | 354 | config PHY_ROCKCHIP_USB |
| 355 | tristate "Rockchip USB2 PHY Driver" |
| 356 | depends on ARCH_ROCKCHIP && OF |
| 357 | select GENERIC_PHY |
| 358 | help |
| 359 | Enable this to support the Rockchip USB 2.0 PHY. |
| 360 | |
Shawn Lin | c474a94 | 2016-02-03 15:22:22 +0800 | [diff] [blame] | 361 | config PHY_ROCKCHIP_EMMC |
| 362 | tristate "Rockchip EMMC PHY Driver" |
| 363 | depends on ARCH_ROCKCHIP && OF |
| 364 | select GENERIC_PHY |
| 365 | help |
| 366 | Enable this to support the Rockchip EMMC PHY. |
| 367 | |
Yakir Yang | fd96897 | 2016-02-15 19:01:34 +0800 | [diff] [blame] | 368 | config PHY_ROCKCHIP_DP |
| 369 | tristate "Rockchip Display Port PHY Driver" |
| 370 | depends on ARCH_ROCKCHIP && OF |
| 371 | select GENERIC_PHY |
| 372 | help |
| 373 | Enable this to support the Rockchip Display Port PHY. |
| 374 | |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 375 | config PHY_ST_SPEAR1310_MIPHY |
| 376 | tristate "ST SPEAR1310-MIPHY driver" |
| 377 | select GENERIC_PHY |
Bartlomiej Zolnierkiewicz | 6100a7c | 2014-09-01 17:03:17 +0200 | [diff] [blame] | 378 | depends on MACH_SPEAR1310 || COMPILE_TEST |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 379 | help |
| 380 | Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA. |
| 381 | |
| 382 | config PHY_ST_SPEAR1340_MIPHY |
| 383 | tristate "ST SPEAR1340-MIPHY driver" |
| 384 | select GENERIC_PHY |
Bartlomiej Zolnierkiewicz | 7652d35 | 2014-09-01 17:04:15 +0200 | [diff] [blame] | 385 | depends on MACH_SPEAR1340 || COMPILE_TEST |
Pratyush Anand | 64562e9 | 2014-04-14 15:27:36 +0530 | [diff] [blame] | 386 | help |
| 387 | Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA. |
| 388 | |
Linus Torvalds | 10c8e05 | 2014-08-08 11:34:32 -0700 | [diff] [blame] | 389 | config PHY_XGENE |
| 390 | tristate "APM X-Gene 15Gbps PHY support" |
| 391 | depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) |
| 392 | select GENERIC_PHY |
| 393 | help |
| 394 | This option enables support for APM X-Gene SoC multi-purpose PHY. |
| 395 | |
Peter Griffin | 89ae1f5 | 2014-09-11 18:02:44 +0100 | [diff] [blame] | 396 | config PHY_STIH407_USB |
| 397 | tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family" |
| 398 | depends on RESET_CONTROLLER |
| 399 | depends on ARCH_STI || COMPILE_TEST |
| 400 | select GENERIC_PHY |
| 401 | help |
| 402 | Enable this support to enable the picoPHY device used by USB2 |
| 403 | and USB3 controllers on STMicroelectronics STiH407 SoC families. |
| 404 | |
Peter Griffin | 3f8da2e | 2014-09-08 11:33:00 +0100 | [diff] [blame] | 405 | config PHY_STIH41X_USB |
| 406 | tristate "STMicroelectronics USB2 PHY driver for STiH41x series" |
| 407 | depends on ARCH_STI |
| 408 | select GENERIC_PHY |
| 409 | help |
| 410 | Enable this to support the USB transceiver that is part of |
| 411 | STMicroelectronics STiH41x SoC series. |
| 412 | |
Yaniv Gardi | adaafaa | 2015-01-15 16:32:35 +0200 | [diff] [blame] | 413 | config PHY_QCOM_UFS |
| 414 | tristate "Qualcomm UFS PHY driver" |
Stephen Boyd | 4d051f7 | 2015-04-10 16:11:04 -0700 | [diff] [blame] | 415 | depends on OF && ARCH_QCOM |
Yaniv Gardi | adaafaa | 2015-01-15 16:32:35 +0200 | [diff] [blame] | 416 | select GENERIC_PHY |
| 417 | help |
| 418 | Support for UFS PHY on QCOM chipsets. |
| 419 | |
Heikki Krogerus | 1c14905 | 2015-05-13 15:26:53 +0300 | [diff] [blame] | 420 | config PHY_TUSB1210 |
| 421 | tristate "TI TUSB1210 ULPI PHY module" |
| 422 | depends on USB_ULPI_BUS |
| 423 | select GENERIC_PHY |
| 424 | help |
| 425 | Support for TI TUSB1210 USB ULPI PHY. |
| 426 | |
Anup Patel | 037c418 | 2016-03-28 10:18:26 +0530 | [diff] [blame] | 427 | config PHY_BRCM_SATA |
| 428 | tristate "Broadcom SATA PHY driver" |
| 429 | depends on ARCH_BRCMSTB || ARCH_BCM_IPROC || BMIPS_GENERIC || COMPILE_TEST |
Brian Norris | 0d48680 | 2015-05-20 17:18:40 -0700 | [diff] [blame] | 430 | depends on OF |
| 431 | select GENERIC_PHY |
Anup Patel | 037c418 | 2016-03-28 10:18:26 +0530 | [diff] [blame] | 432 | default ARCH_BCM_IPROC |
Brian Norris | 0d48680 | 2015-05-20 17:18:40 -0700 | [diff] [blame] | 433 | help |
Anup Patel | 037c418 | 2016-03-28 10:18:26 +0530 | [diff] [blame] | 434 | Enable this to support the Broadcom SATA PHY. |
| 435 | If unsure, say N. |
Brian Norris | 0d48680 | 2015-05-20 17:18:40 -0700 | [diff] [blame] | 436 | |
Ray Jui | 882fed7 | 2015-09-21 10:17:18 -0700 | [diff] [blame] | 437 | config PHY_CYGNUS_PCIE |
| 438 | tristate "Broadcom Cygnus PCIe PHY driver" |
| 439 | depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST) |
| 440 | select GENERIC_PHY |
| 441 | default ARCH_BCM_CYGNUS |
| 442 | help |
| 443 | Enable this to support the Broadcom Cygnus PCIe PHY. |
| 444 | If unsure, say N. |
| 445 | |
Thierry Reding | 53d2a71 | 2015-11-11 18:24:21 +0100 | [diff] [blame] | 446 | source "drivers/phy/tegra/Kconfig" |
| 447 | |
Pramod Kumar | 4484f73 | 2016-06-10 11:03:51 +0530 | [diff] [blame] | 448 | config PHY_NS2_PCIE |
| 449 | tristate "Broadcom Northstar2 PCIe PHY driver" |
| 450 | depends on OF && MDIO_BUS_MUX_BCM_IPROC |
| 451 | select GENERIC_PHY |
| 452 | default ARCH_BCM_IPROC |
| 453 | help |
| 454 | Enable this to support the Broadcom Northstar2 PCIe PHY. |
| 455 | If unsure, say N. |
Kishon Vijay Abraham I | ff76496 | 2013-09-27 11:53:25 +0530 | [diff] [blame] | 456 | endmenu |