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 Ténart | 942a31b | 2014-07-07 12:16:07 +0200 | [diff] [blame^] | 18 | config PHY_BERLIN_SATA |
| 19 | tristate "Marvell Berlin SATA PHY driver" |
| 20 | depends on ARCH_BERLIN && HAS_IOMEM && OF |
| 21 | select GENERIC_PHY |
| 22 | help |
| 23 | Enable this to support the SATA PHY on Marvell Berlin SoCs. |
| 24 | |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 25 | config PHY_EXYNOS_MIPI_VIDEO |
| 26 | tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver" |
Sylwester Nawrocki | 13454e5 | 2014-02-21 17:44:01 +0100 | [diff] [blame] | 27 | depends on HAS_IOMEM |
| 28 | depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST |
| 29 | select GENERIC_PHY |
| 30 | default y if ARCH_S5PV210 || ARCH_EXYNOS |
Sylwester Nawrocki | 069d2e2 | 2013-10-16 21:58:10 +0530 | [diff] [blame] | 31 | help |
| 32 | Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P |
| 33 | and EXYNOS SoCs. |
| 34 | |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 35 | config PHY_MVEBU_SATA |
| 36 | def_bool y |
Andrew Lunn | 74d64b5 | 2014-07-10 23:36:30 +0200 | [diff] [blame] | 37 | depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD |
Andrew Lunn | e3eae85 | 2013-12-17 21:21:50 +0100 | [diff] [blame] | 38 | depends on OF |
| 39 | select GENERIC_PHY |
| 40 | |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 41 | config OMAP_CONTROL_PHY |
| 42 | tristate "OMAP CONTROL PHY Driver" |
Jean Delvare | 907aa3a | 2014-04-19 08:51:42 +0530 | [diff] [blame] | 43 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 44 | help |
| 45 | Enable this to add support for the PHY part present in the control |
| 46 | module. This driver has API to power on the USB2 PHY and to write to |
| 47 | the mailbox. The mailbox is present only in omap4 and the register to |
| 48 | power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an |
| 49 | additional register to power on USB3 PHY/SATA PHY/PCIE PHY |
| 50 | (PIPE3 PHY). |
| 51 | |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 52 | config OMAP_USB2 |
| 53 | tristate "OMAP USB2 PHY Driver" |
| 54 | depends on ARCH_OMAP2PLUS |
Kishon Vijay Abraham I | 8820784 | 2013-12-06 17:51:20 +0530 | [diff] [blame] | 55 | depends on USB_PHY |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 56 | select GENERIC_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 57 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 58 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | 5d93d1e | 2013-09-27 11:53:26 +0530 | [diff] [blame] | 59 | help |
| 60 | Enable this to support the transceiver that is part of SOC. This |
| 61 | driver takes care of all the PHY functionality apart from comparator. |
| 62 | The USB OTG controller communicates with the comparator using this |
| 63 | driver. |
| 64 | |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 65 | config TI_PIPE3 |
| 66 | tristate "TI PIPE3 PHY Driver" |
| 67 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
| 68 | select GENERIC_PHY |
Kishon Vijay Abraham I | 14da699 | 2014-03-06 16:38:37 +0200 | [diff] [blame] | 69 | select OMAP_CONTROL_PHY |
Roger Quadros | 02133b9 | 2014-03-06 16:38:45 +0200 | [diff] [blame] | 70 | depends on OMAP_OCP2SCP |
Kishon Vijay Abraham I | a70143b | 2014-03-03 17:08:12 +0530 | [diff] [blame] | 71 | help |
| 72 | Enable this to support the PIPE3 PHY that is part of TI SOCs. This |
| 73 | driver takes care of all the PHY functionality apart from comparator. |
| 74 | This driver interacts with the "OMAP Control PHY Driver" to power |
| 75 | on/off the PHY. |
| 76 | |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 77 | config TWL4030_USB |
| 78 | tristate "TWL4030 USB Transceiver Driver" |
| 79 | depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS |
Kishon Vijay Abraham I | 8820784 | 2013-12-06 17:51:20 +0530 | [diff] [blame] | 80 | depends on USB_PHY |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 81 | select GENERIC_PHY |
Kishon Vijay Abraham I | 6747caa | 2013-09-27 11:53:27 +0530 | [diff] [blame] | 82 | help |
| 83 | Enable this to support the USB OTG transceiver on TWL4030 |
| 84 | family chips (including the TWL5030 and TPS659x0 devices). |
| 85 | This transceiver supports high and full speed devices plus, |
| 86 | in host mode, low speed. |
| 87 | |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 88 | config PHY_EXYNOS_DP_VIDEO |
| 89 | tristate "EXYNOS SoC series Display Port PHY driver" |
| 90 | depends on OF |
Sylwester Nawrocki | a50ce20 | 2014-02-21 17:44:02 +0100 | [diff] [blame] | 91 | depends on ARCH_EXYNOS || COMPILE_TEST |
| 92 | default ARCH_EXYNOS |
Jingoo Han | 74988e8 | 2013-10-16 21:58:14 +0530 | [diff] [blame] | 93 | select GENERIC_PHY |
| 94 | help |
| 95 | Support for Display Port PHY found on Samsung EXYNOS SoCs. |
| 96 | |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 97 | config BCM_KONA_USB2_PHY |
| 98 | tristate "Broadcom Kona USB2 PHY Driver" |
Richard Weinberger | 06c304e | 2014-02-17 14:29:21 +0530 | [diff] [blame] | 99 | depends on HAS_IOMEM |
Arnd Bergmann | 3fc03f3 | 2014-05-08 16:46:53 +0200 | [diff] [blame] | 100 | select GENERIC_PHY |
Matt Porter | 7597fdf | 2013-12-19 09:23:09 -0500 | [diff] [blame] | 101 | help |
| 102 | Enable this to support the Broadcom Kona USB 2.0 PHY. |
| 103 | |
Yuvaraj Kumar C D | bcff4cb | 2014-03-03 10:52:39 +0530 | [diff] [blame] | 104 | config PHY_EXYNOS5250_SATA |
| 105 | tristate "Exynos5250 Sata SerDes/PHY driver" |
| 106 | depends on SOC_EXYNOS5250 |
| 107 | depends on HAS_IOMEM |
| 108 | depends on OF |
| 109 | select GENERIC_PHY |
| 110 | select I2C |
| 111 | select I2C_S3C2410 |
| 112 | select MFD_SYSCON |
| 113 | help |
| 114 | Enable this to support SATA SerDes/Phy found on Samsung's |
| 115 | Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s, |
| 116 | SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host |
| 117 | port to accept one SATA device. |
| 118 | |
Jiancheng Xue | e379413 | 2014-07-03 22:28:38 +0800 | [diff] [blame] | 119 | config PHY_HIX5HD2_SATA |
| 120 | tristate "HIX5HD2 SATA PHY Driver" |
| 121 | depends on ARCH_HIX5HD2 && OF && HAS_IOMEM |
| 122 | select GENERIC_PHY |
| 123 | select MFD_SYSCON |
| 124 | help |
| 125 | Support for SATA PHY on Hisilicon hix5hd2 Soc. |
| 126 | |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 127 | config PHY_SUN4I_USB |
| 128 | tristate "Allwinner sunxi SoC USB PHY driver" |
| 129 | depends on ARCH_SUNXI && HAS_IOMEM && OF |
Maxime Ripard | 9820ccb | 2014-07-10 11:54:59 +0530 | [diff] [blame] | 130 | depends on RESET_CONTROLLER |
Hans de Goede | ba4bdc9 | 2014-03-01 18:09:26 +0100 | [diff] [blame] | 131 | select GENERIC_PHY |
| 132 | help |
| 133 | Enable this to support the transceiver that is part of Allwinner |
| 134 | sunxi SoCs. |
| 135 | |
| 136 | This driver controls the entire USB PHY block, both the USB OTG |
| 137 | parts, as well as the 2 regular USB 2 host PHYs. |
| 138 | |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 139 | config PHY_SAMSUNG_USB2 |
| 140 | tristate "Samsung USB 2.0 PHY driver" |
Chen Gang | 4732aee | 2014-06-10 20:04:58 +0800 | [diff] [blame] | 141 | depends on HAS_IOMEM |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 142 | depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 143 | select GENERIC_PHY |
| 144 | select MFD_SYSCON |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 145 | default ARCH_EXYNOS |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 146 | help |
| 147 | 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] | 148 | SoCs. This driver provides the interface for USB 2.0 PHY. Support |
| 149 | for particular PHYs will be enabled based on the SoC type in addition |
| 150 | to this driver. |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 151 | |
| 152 | config PHY_EXYNOS4210_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 153 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 154 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 155 | default CPU_EXYNOS4210 |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 156 | |
| 157 | config PHY_EXYNOS4X12_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 158 | bool |
Kamil Debski | 06fb013 | 2014-03-06 12:16:48 +0100 | [diff] [blame] | 159 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 160 | default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 161 | |
| 162 | config PHY_EXYNOS5250_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 163 | bool |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 164 | depends on PHY_SAMSUNG_USB2 |
Sachin Kamat | d6125af | 2014-07-14 15:38:41 +0530 | [diff] [blame] | 165 | default SOC_EXYNOS5250 || SOC_EXYNOS5420 |
Kamil Debski | 64bf2b2 | 2014-03-06 12:16:49 +0100 | [diff] [blame] | 166 | |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 167 | config PHY_EXYNOS5_USBDRD |
| 168 | tristate "Exynos5 SoC series USB DRD PHY driver" |
| 169 | depends on ARCH_EXYNOS5 && OF |
| 170 | depends on HAS_IOMEM |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 171 | depends on USB_DWC3_EXYNOS |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 172 | select GENERIC_PHY |
| 173 | select MFD_SYSCON |
Sachin Kamat | c233f52 | 2014-07-14 15:38:42 +0530 | [diff] [blame] | 174 | default y |
Vivek Gautam | 5902588 | 2014-05-13 15:30:16 +0530 | [diff] [blame] | 175 | help |
| 176 | Enable USB DRD PHY support for Exynos 5 SoC series. |
| 177 | This driver provides PHY interface for USB 3.0 DRD controller |
| 178 | present on Exynos5 SoC series. |
| 179 | |
Loc Ho | 88e670f | 2014-03-07 10:28:08 -0700 | [diff] [blame] | 180 | config PHY_XGENE |
| 181 | tristate "APM X-Gene 15Gbps PHY support" |
| 182 | depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST) |
| 183 | select GENERIC_PHY |
| 184 | help |
| 185 | This option enables support for APM X-Gene SoC multi-purpose PHY. |
| 186 | |
Srinivas Kandagatla | 1de990d | 2014-07-14 12:17:59 +0100 | [diff] [blame] | 187 | config PHY_QCOM_APQ8064_SATA |
| 188 | tristate "Qualcomm APQ8064 SATA SerDes/PHY driver" |
| 189 | depends on ARCH_QCOM |
| 190 | depends on HAS_IOMEM |
| 191 | depends on OF |
| 192 | select GENERIC_PHY |
| 193 | |
Kishon Vijay Abraham I | ff76496 | 2013-09-27 11:53:25 +0530 | [diff] [blame] | 194 | endmenu |