blob: 778e126700bf2bfe2c8a6b1c41ca85a0318403d9 [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
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053018config PHY_EXYNOS_MIPI_VIDEO
19 tristate "S5P/EXYNOS SoC series MIPI CSI-2/DSI PHY driver"
Sylwester Nawrocki13454e52014-02-21 17:44:01 +010020 depends on HAS_IOMEM
21 depends on ARCH_S5PV210 || ARCH_EXYNOS || COMPILE_TEST
22 select GENERIC_PHY
23 default y if ARCH_S5PV210 || ARCH_EXYNOS
Sylwester Nawrocki069d2e22013-10-16 21:58:10 +053024 help
25 Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P
26 and EXYNOS SoCs.
27
Andrew Lunne3eae852013-12-17 21:21:50 +010028config PHY_MVEBU_SATA
29 def_bool y
Linus Torvaldscbda94e2014-04-05 15:37:40 -070030 depends on ARCH_KIRKWOOD || ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
Andrew Lunne3eae852013-12-17 21:21:50 +010031 depends on OF
32 select GENERIC_PHY
33
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020034config OMAP_CONTROL_PHY
35 tristate "OMAP CONTROL PHY Driver"
Jean Delvare907aa3a2014-04-19 08:51:42 +053036 depends on ARCH_OMAP2PLUS || COMPILE_TEST
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020037 help
38 Enable this to add support for the PHY part present in the control
39 module. This driver has API to power on the USB2 PHY and to write to
40 the mailbox. The mailbox is present only in omap4 and the register to
41 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an
42 additional register to power on USB3 PHY/SATA PHY/PCIE PHY
43 (PIPE3 PHY).
44
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053045config OMAP_USB2
46 tristate "OMAP USB2 PHY Driver"
47 depends on ARCH_OMAP2PLUS
Kishon Vijay Abraham I88207842013-12-06 17:51:20 +053048 depends on USB_PHY
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053049 select GENERIC_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020050 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +020051 depends on OMAP_OCP2SCP
Kishon Vijay Abraham I5d93d1e2013-09-27 11:53:26 +053052 help
53 Enable this to support the transceiver that is part of SOC. This
54 driver takes care of all the PHY functionality apart from comparator.
55 The USB OTG controller communicates with the comparator using this
56 driver.
57
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +053058config TI_PIPE3
59 tristate "TI PIPE3 PHY Driver"
60 depends on ARCH_OMAP2PLUS || COMPILE_TEST
61 select GENERIC_PHY
Kishon Vijay Abraham I14da6992014-03-06 16:38:37 +020062 select OMAP_CONTROL_PHY
Roger Quadros02133b92014-03-06 16:38:45 +020063 depends on OMAP_OCP2SCP
Kishon Vijay Abraham Ia70143b2014-03-03 17:08:12 +053064 help
65 Enable this to support the PIPE3 PHY that is part of TI SOCs. This
66 driver takes care of all the PHY functionality apart from comparator.
67 This driver interacts with the "OMAP Control PHY Driver" to power
68 on/off the PHY.
69
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +053070config TWL4030_USB
71 tristate "TWL4030 USB Transceiver Driver"
72 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS
Kishon Vijay Abraham I88207842013-12-06 17:51:20 +053073 depends on USB_PHY
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +053074 select GENERIC_PHY
Kishon Vijay Abraham I6747caa2013-09-27 11:53:27 +053075 help
76 Enable this to support the USB OTG transceiver on TWL4030
77 family chips (including the TWL5030 and TPS659x0 devices).
78 This transceiver supports high and full speed devices plus,
79 in host mode, low speed.
80
Jingoo Han74988e82013-10-16 21:58:14 +053081config PHY_EXYNOS_DP_VIDEO
82 tristate "EXYNOS SoC series Display Port PHY driver"
83 depends on OF
Sylwester Nawrockia50ce202014-02-21 17:44:02 +010084 depends on ARCH_EXYNOS || COMPILE_TEST
85 default ARCH_EXYNOS
Jingoo Han74988e82013-10-16 21:58:14 +053086 select GENERIC_PHY
87 help
88 Support for Display Port PHY found on Samsung EXYNOS SoCs.
89
Matt Porter7597fdf2013-12-19 09:23:09 -050090config BCM_KONA_USB2_PHY
91 tristate "Broadcom Kona USB2 PHY Driver"
Richard Weinberger06c304e2014-02-17 14:29:21 +053092 depends on HAS_IOMEM
Arnd Bergmann3fc03f32014-05-08 16:46:53 +020093 select GENERIC_PHY
Matt Porter7597fdf2013-12-19 09:23:09 -050094 help
95 Enable this to support the Broadcom Kona USB 2.0 PHY.
96
Yuvaraj Kumar C Dbcff4cb2014-03-03 10:52:39 +053097config PHY_EXYNOS5250_SATA
98 tristate "Exynos5250 Sata SerDes/PHY driver"
99 depends on SOC_EXYNOS5250
100 depends on HAS_IOMEM
101 depends on OF
102 select GENERIC_PHY
103 select I2C
104 select I2C_S3C2410
105 select MFD_SYSCON
106 help
107 Enable this to support SATA SerDes/Phy found on Samsung's
108 Exynos5250 based SoCs.This SerDes/Phy supports SATA 1.5 Gb/s,
109 SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host
110 port to accept one SATA device.
111
Jiancheng Xuee3794132014-07-03 22:28:38 +0800112config PHY_HIX5HD2_SATA
113 tristate "HIX5HD2 SATA PHY Driver"
114 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
115 select GENERIC_PHY
116 select MFD_SYSCON
117 help
118 Support for SATA PHY on Hisilicon hix5hd2 Soc.
119
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100120config PHY_SUN4I_USB
121 tristate "Allwinner sunxi SoC USB PHY driver"
122 depends on ARCH_SUNXI && HAS_IOMEM && OF
Maxime Ripard9820ccb2014-07-10 11:54:59 +0530123 depends on RESET_CONTROLLER
Hans de Goedeba4bdc92014-03-01 18:09:26 +0100124 select GENERIC_PHY
125 help
126 Enable this to support the transceiver that is part of Allwinner
127 sunxi SoCs.
128
129 This driver controls the entire USB PHY block, both the USB OTG
130 parts, as well as the 2 regular USB 2 host PHYs.
131
Kamil Debski06fb0132014-03-06 12:16:48 +0100132config PHY_SAMSUNG_USB2
133 tristate "Samsung USB 2.0 PHY driver"
Chen Gang4732aee2014-06-10 20:04:58 +0800134 depends on HAS_IOMEM
Sachin Kamatd6125af2014-07-14 15:38:41 +0530135 depends on USB_EHCI_EXYNOS || USB_OHCI_EXYNOS || USB_DWC2
Kamil Debski06fb0132014-03-06 12:16:48 +0100136 select GENERIC_PHY
137 select MFD_SYSCON
Sachin Kamatd6125af2014-07-14 15:38:41 +0530138 default ARCH_EXYNOS
Kamil Debski06fb0132014-03-06 12:16:48 +0100139 help
140 Enable this to support the Samsung USB 2.0 PHY driver for Samsung
Sachin Kamatd6125af2014-07-14 15:38:41 +0530141 SoCs. This driver provides the interface for USB 2.0 PHY. Support
142 for particular PHYs will be enabled based on the SoC type in addition
143 to this driver.
Kamil Debski06fb0132014-03-06 12:16:48 +0100144
145config PHY_EXYNOS4210_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530146 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100147 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530148 default CPU_EXYNOS4210
Kamil Debski06fb0132014-03-06 12:16:48 +0100149
150config PHY_EXYNOS4X12_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530151 bool
Kamil Debski06fb0132014-03-06 12:16:48 +0100152 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530153 default SOC_EXYNOS3250 || SOC_EXYNOS4212 || SOC_EXYNOS4412
Kamil Debski64bf2b22014-03-06 12:16:49 +0100154
155config PHY_EXYNOS5250_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530156 bool
Kamil Debski64bf2b22014-03-06 12:16:49 +0100157 depends on PHY_SAMSUNG_USB2
Sachin Kamatd6125af2014-07-14 15:38:41 +0530158 default SOC_EXYNOS5250 || SOC_EXYNOS5420
Kamil Debski64bf2b22014-03-06 12:16:49 +0100159
Vivek Gautam59025882014-05-13 15:30:16 +0530160config PHY_EXYNOS5_USBDRD
161 tristate "Exynos5 SoC series USB DRD PHY driver"
162 depends on ARCH_EXYNOS5 && OF
163 depends on HAS_IOMEM
Sachin Kamatc233f522014-07-14 15:38:42 +0530164 depends on USB_DWC3_EXYNOS
Vivek Gautam59025882014-05-13 15:30:16 +0530165 select GENERIC_PHY
166 select MFD_SYSCON
Sachin Kamatc233f522014-07-14 15:38:42 +0530167 default y
Vivek Gautam59025882014-05-13 15:30:16 +0530168 help
169 Enable USB DRD PHY support for Exynos 5 SoC series.
170 This driver provides PHY interface for USB 3.0 DRD controller
171 present on Exynos5 SoC series.
172
Loc Ho88e670f2014-03-07 10:28:08 -0700173config PHY_XGENE
174 tristate "APM X-Gene 15Gbps PHY support"
175 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
176 select GENERIC_PHY
177 help
178 This option enables support for APM X-Gene SoC multi-purpose PHY.
179
Kishon Vijay Abraham Iff764962013-09-27 11:53:25 +0530180endmenu